Files
ticketbeast/app/Exceptions/NotEnoughTicketsException.php
2016-11-14 17:24:32 -05:00

6 lines
95 B
PHP

<?php
namespace App\Exceptions;
class NotEnoughTicketsException extends \RuntimeException {}