PHPDaemon\Examples\ExampleWebSocketRoute::handleException PHP 메소드

handleException() 공개 메소드

Uncaught exception handler
public handleException ( $e ) : boolean | null
$e
리턴 boolean | null Handled?
    public function handleException($e)
    {
        $this->client->sendFrame('exception ...');
    }
ExampleWebSocketRoute