Laravel\Lumen\Exceptions\Handler::shouldReport PHP Méthode

shouldReport() public méthode

Determine if the exception should be reported.
public shouldReport ( Exception $e ) : boolean
$e Exception
Résultat boolean
    public function shouldReport(Exception $e)
    {
        return !$this->shouldntReport($e);
    }