Files
shuffle_and_skirmish_website/wp-content/plugins/woocommerce-payments/includes/exceptions/class-fraud-ruleset-exception.php
2025-11-24 21:33:55 +00:00

18 lines
295 B
PHP

<?php
/**
* Class Fraud_Ruleset_Exception
*
* @package WooCommerce\Payments
*/
namespace WCPay\Exceptions;
use Exception;
defined( 'ABSPATH' ) || exit;
/**
* Exception for throwing errors in the fraud prevention and ruleset logic.
*/
class Fraud_Ruleset_Exception extends Exception {}