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 r