PHPDaemon\SockJS\Examples\SimpleRoute::handleException PHP Method

handleException() public method

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