Files
wp-multisite-waas/inc/gateways/class-ignorable-exception.php
2024-11-30 18:24:12 -07:00

18 lines
305 B
PHP

<?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;