Initial Commit
This commit is contained in:
7
dependencies/stripe/stripe-php/lib/Exception/UnexpectedValueException.php
vendored
Normal file
7
dependencies/stripe/stripe-php/lib/Exception/UnexpectedValueException.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Stripe\Exception;
|
||||
|
||||
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user