Laravel\Lumen\Exceptions\Handler::shouldReport PHP 메소드

shouldReport() 공개 메소드

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