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