Exception class for color. More...
Public Member Functions | |
exception_color () | |
empty constructor More... | |
exception_color (const std::string &msg_param, const std::string &file_param, const std::string &caller_param, const int &line_param) | |
constructor with error information More... | |
![]() | |
exception_cpe () | |
empty constructor More... | |
exception_cpe (const std::string &msg, const std::string &file, const std::string &caller, const int &line) | |
constructor with error information More... | |
std::string | info () const |
return error message More... | |
Exception class for color.
|
inline |
empty constructor
|
inline |
constructor with error information