Equip\Handler\ExceptionHandler::handler PHP Method

handler() private method

Retrieve the handler to use for the given type
private handler ( string $type ) : Whoops\Handler\HandlerInterface
$type string
return Whoops\Handler\HandlerInterface
    private function handler($type)
    {
        return call_user_func($this->resolver, $this->preferences[$type]);
    }