Files
ticketbeast/app/Billing/PaymentFailedException.php
2016-11-11 15:02:02 -05:00

6 lines
89 B
PHP

<?php
namespace App\Billing;
class PaymentFailedException extends \RuntimeException {}