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