wp-multisite-subscriptions/inc/gateways/class-ignorable-exception.php
2025-06-15 19:45:09 +08:00

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