Files
gdoo/app/Exceptions/AbortException.php
T
2021-02-22 12:17:00 +08:00

3 lines
75 B
PHP

<?php namespace App\Exceptions;
class AbortException extends \Exception {}