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