PHP Class Autarky\Errors\ErrorHandlerProvider

Inheritance: extends Autarky\Providers\AbstractProvider
Show file Open project: autarky/framework

Protected Properties

Property Type Description
$manager ErrorHandlerManager
$register Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.

Public Methods

Method Description
__construct ( boolean $register = true )
configureErrorHandler ( )
register ( )

Method Details

__construct() public method

public __construct ( boolean $register = true )
$register boolean Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.

configureErrorHandler() public method

register() public method

public register ( )

Property Details

$manager protected property

protected ErrorHandlerManager,Autarky\Errors $manager
return ErrorHandlerManager

$register protected property

Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.
protected $register