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

namespace Stripe\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}