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