Files
php_assessment_2/wp-content/plugins/woocommerce-payments/includes/exceptions/class-fraud-prevention-enabled-exception.php
T

17 lines
319 B
PHP
Raw Normal View History

2025-02-05 23:15:46 +01:00
<?php
/**
* Class Fraud_Prevention_Enabled_Exception
*
* @package WooCommerce\Payments
*/
namespace WCPay\Exceptions;
defined( 'ABSPATH' ) || exit;
/**
* Exception for throwing an error when fraud prevension service is enabled.
*/
class Fraud_Prevention_Enabled_Exception extends Process_Payment_Exception {
}