mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-13 13:03:53 +00:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
namespace App\Billing;
|
|
|
|
class PaymentFailedException extends \RuntimeException {}
|