mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-30 06:46:26 +00:00
6 lines
95 B
PHP
6 lines
95 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class NotEnoughTicketsException extends \RuntimeException {}
|