Files
wp-multisite-waas/dependencies/stripe/stripe-php/lib/Exception/UnexpectedValueException.php
2024-11-30 18:24:12 -07:00

8 lines
158 B
PHP

<?php
namespace WP_Ultimo\Dependencies\Stripe\Exception;
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}