ErrHandler
extends Handler
Table of Contents
-
$logger
: mixed
-
__construct()
: mixed
-
handle()
: void
-
handleGetException()
: mixed
-
isProd()
: bool
-
getExceptionOutput()
: mixed
$logger
private
mixed
$logger
__construct()
public
__construct(LoggerInterface $logger) : mixed
Parameters
-
$logger
: LoggerInterface
-
Return values
mixed
—
handle()
public
handle() : void
Return values
void
—
handleGetException()
public
handleGetException() : mixed
Return values
mixed
—
isProd()
protected
static isProd(string $environment) : bool
Parameters
-
$environment
: string
-
Return values
bool
—
getExceptionOutput()
private
getExceptionOutput(Throwable $exception) : mixed
Parameters
-
$exception
: Throwable
-
Return values
mixed
—