summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php
blob: 7aa3ca3d7ad969efd813fda5796d254b1450fc50 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace Stripe\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}