Viewing File: /home/markqprx/iniasli.pro/app/Exceptions/Handler.php

<?php

namespace App\Exceptions;

use Common\Core\Exceptions\BaseExceptionHandler;

class Handler extends BaseExceptionHandler
{
    protected $dontReport = [LinkRedirectFailed::class];
}
Back to Directory File Manager