Просмотр файла app/Exceptions/AbortException.php
<?php declare(strict_types=1); namespace App\Exceptions; use Slim\Exception\HttpException; class AbortException extends HttpException { }
<?php declare(strict_types=1); namespace App\Exceptions; use Slim\Exception\HttpException; class AbortException extends HttpException { }