ErrorHandler::handleError()

bool handleError(int $type, string $message, string $file, int $line, array $context, array $backtrace = null)

Handles errors by filtering then logging them according to the configured bit fields.

Parameters

int $type One of the E_* constants
string $message
string $file
int $line
array $context
array $backtrace

Return Value

bool Returns false when no handling happens so that the PHP engine can handle the error itself

Exceptions

ErrorException When $this->thrownErrors requests so
doc_Symfony
2016-10-28 06:15:17
Comments
Leave a Comment

Please login to continue.