Initial Commit
This commit is contained in:
19
inc/exception/class-runtime-exception.php
Normal file
19
inc/exception/class-runtime-exception.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* WP Ultimo Runtime Exception
|
||||
*
|
||||
* @package WP_Ultimo\Exception
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
namespace WP_Ultimo\Exception;
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* Runtime Exception
|
||||
*
|
||||
* @since 2.0.11
|
||||
*/
|
||||
class Runtime_Exception extends \Exception {} // end class Runtime_Exception;
|
Reference in New Issue
Block a user