mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-30 14:46:33 +00:00
3.3 - Refusing Orders When There Are No More Tickets
This commit is contained in:
5
app/Exceptions/NotEnoughTicketsException.php
Normal file
5
app/Exceptions/NotEnoughTicketsException.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class NotEnoughTicketsException extends \RuntimeException {}
|
||||
Reference in New Issue
Block a user