Files
Sistema-Educativo-Laravel/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php
T

6 lines
134 B
PHP

<?php
namespace Stripe\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface {}