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]);
    }