PHPDaemon\Examples\ExampleDNodeRoute::handleException PHP Method

handleException() public method

Uncaught exception handler
public handleException ( $e ) : boolean
$e
return boolean Handled?
    public function handleException($e)
    {
        $this->client->sendFrame('pong from exception: ' . get_class($e));
        return true;
    }