Equip\Handler\ExceptionHandler::handler PHP Метод

handler() приватный Метод

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