• File: Exception.php
  • Full Path: /home/matthif/www/wp-content/plugins/optinmonster/OMAPI/Shortcodes/Exception.php
  • Date Modified: 01/24/2025 1:58 PM
  • File size: 297 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Shortcode exception class.
 *
 * @since 2.6.9
 *
 * @package OMAPI
 * @author  Justin Sternberg
 */

// Exit if accessed directly.
if ( ! defined'ABSPATH' ) ) {
    exit;
}

/**
 * Shortcode exception class.
 *
 * @since 2.6.9
 */
class OMAPI_Shortcodes_Exception extends Exception {}