PHPDaemon\Examples\ExampleDNodeRoute::handleException PHP Метод

handleException() публичный Метод

Uncaught exception handler
public handleException ( $e ) : boolean
$e
Результат boolean Handled?
    public function handleException($e)
    {
        $this->client->sendFrame('pong from exception: ' . get_class($e));
        return true;
    }