PHPDaemon\SockJS\Examples\SimpleRoute::handleException PHP Метод

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

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