Files
2019-08-11 18:35:30 +02:00

13 lines
147 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
/**
* Exception thrown by Stripe.
*/
class StripeException extends RuntimeException
{
}