gdoo/app/Exceptions/AbortException.php

3 lines
75 B
PHP

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