LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ws::WsError Class Reference

Transport-level failure: the port is taken, the peer vanished, a bad frame. More...

#include <line/util/websocket.h>

Inheritance diagram for line::ws::WsError:
Collaboration diagram for line::ws::WsError:

Public Member Functions

 WsError (const std::string &what)
Public Member Functions inherited from line::Error
 Error (const std::string &what)

Detailed Description

Transport-level failure: the port is taken, the peer vanished, a bad frame.

Definition at line 54 of file websocket.h.

Constructor & Destructor Documentation

◆ WsError()

line::ws::WsError::WsError ( const std::string & what)
inlineexplicit

Definition at line 56 of file websocket.h.

References line::Error::Error().

Referenced by line::ws::Server::Server().


The documentation for this class was generated from the following file: