Files
krolewskie-miody.pl/wp-content/plugins/woocommerce-payments/includes/exceptions/class-invalid-payment-method-exception.php
2026-04-28 15:13:50 +02:00

17 lines
313 B
PHP

<?php
/**
* Class Invalid_Payment_Method_Exception
*
* @package WooCommerce\Payments
*/
namespace WCPay\Exceptions;
defined( 'ABSPATH' ) || exit;
/**
* Exception for throwing an error when payment method can not be identified or used.
*/
class Invalid_Payment_Method_Exception extends Base_Exception {
}