1#ifndef INCLUDED_Lightstreamer_LightstreamerError
2#define INCLUDED_Lightstreamer_LightstreamerError
7namespace Lightstreamer {
The LightstreamerError class provides a base class for exceptions thrown by the library.
Definition LightstreamerError.h:12
LightstreamerError(const std::string &message)
Constructs a LightstreamerError object carrying the given message.
Definition LightstreamerError.h:17