D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
www
/
wp-content
/
plugins
/
optinmonster0
/
OMAPI
/
Shortcodes
/
Filename :
Exception.php
back
Copy
<?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 {}