Autarky\Errors\ErrorHandlerProvider::__construct PHP Method

__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.
    public function __construct($register = true)
    {
        $this->register = (bool) $register;
    }