vid-queue/app/Exceptions/Quit.php
2022-03-03 22:55:57 -06:00

8 lines
86 B
PHP

<?php
namespace App\Exceptions;
class Quit extends \RuntimeException
{
// ...
}