mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-08-03 02:56:04 +08:00
7 lines
130 B
PHP
7 lines
130 B
PHP
<?php
|
|
|
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|