Home
last modified time | relevance | path

Searched defs:lssException (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/
Dlibwebsockets.hxx42 class lssException : public std::exception class
47 lssException(std::string _details) { details = _details; } in lssException() function in lssException