????

Your IP : 18.220.207.231


Current Path : /home/ncom/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes/
Upload File :
Current File : /home/ncom/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes/Exception.php

<?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 {}