PLaSK library
|
This exception is thrown, typically on access to receiver data, when there is no provider connected with it. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
NoProvider (const char *provider_name) | |
Public Member Functions inherited from plask::Exception | |
Exception (const std::string &msg) | |
template<typename... T> | |
Exception (const std::string &msg, const T &... args) | |
Format error message using format. | |
This exception is thrown, typically on access to receiver data, when there is no provider connected with it.
Definition at line 175 of file exceptions.hpp.
Definition at line 176 of file exceptions.hpp.