Graze\Supervisor\SupervisorSupervisor::getDefaultHandler PHP Method

getDefaultHandler() protected method

protected getDefaultHandler ( ) : Graze\Supervisor\Handler\HandlerInterface
return Graze\Supervisor\Handler\HandlerInterface
    protected function getDefaultHandler()
    {
        return new ExceptionHandler(new UnexpectedTerminationHandler());
    }