Autarky\Errors\ErrorHandlerManagerInterface::setDefaultHandler PHP Method

setDefaultHandler() public method

Set the default handler that will be called if no other handlers are available.
public setDefaultHandler ( Autarky\Errors\ErrorHandlerInterface $handler )
$handler Autarky\Errors\ErrorHandlerInterface
    public function setDefaultHandler(ErrorHandlerInterface $handler);