Documentation

ExceptionHandler extends AbstractHandler
in package

Debug exception handler class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
2.0.0

Table of Contents

Properties

$exceptions  : array<string|int, mixed>
Exceptions
$name  : string|null
Name of time measurement
$verbose  : bool
Verbose flag

Methods

__construct()  : mixed
Constructor
addException()  : ExceptionHandler
Add exception
getExceptions()  : array<string|int, mixed>
Get exceptions
getName()  : string|null
Get name
hasExceptions()  : bool
Determine if the handler has exceptions
prepare()  : array<string|int, mixed>
Prepare handler data for storage
prepareAsString()  : string
Prepare handler data as string
prepareHeaderAsString()  : string
Prepare header string
setName()  : AbstractHandler
Set name

Properties

$exceptions

Exceptions

protected array<string|int, mixed> $exceptions = []

Methods

__construct()

Constructor

public __construct([bool $verbose = false ][, string|null $name = null ]) : mixed

Instantiate a handler object

Parameters
$verbose : bool = false
$name : string|null = null

getExceptions()

Get exceptions

public getExceptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

getName()

Get name

public getName() : string|null
Return values
string|null

hasExceptions()

Determine if the handler has exceptions

public hasExceptions() : bool
Return values
bool

prepare()

Prepare handler data for storage

public prepare() : array<string|int, mixed>
Return values
array<string|int, mixed>

prepareAsString()

Prepare handler data as string

public prepareAsString() : string
Return values
string

prepareHeaderAsString()

Prepare header string

public prepareHeaderAsString() : string
Return values
string

        
On this page

Search results