View file app/Exceptions/AbortException.php

File size: 143B
<?php

declare(strict_types=1);

namespace App\Exceptions;

use Slim\Exception\HttpException;

class AbortException extends HttpException
{

}