Initial Commit
This commit is contained in:
17
inc/gateways/class-ignorable-exception.php
Normal file
17
inc/gateways/class-ignorable-exception.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Ignorable Exception.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @subpackage Gateways
|
||||
* @since 2.0.7
|
||||
*/
|
||||
|
||||
namespace WP_Ultimo\Gateways;
|
||||
|
||||
/**
|
||||
* This exception will be caught but will not trigger a 500.
|
||||
*
|
||||
* @since 2.0.7
|
||||
*/
|
||||
class Ignorable_Exception extends \Exception {} // end class Ignorable_Exception;
|
Reference in New Issue
Block a user