teqp 0.22.0
|
#include <exceptions.hpp>
Public Member Functions | |
teqpcException (int code, const std::string &msg) | |
const char * | what () const noexcept override |
Public Attributes | |
const int | code |
const std::string | msg |
Definition at line 7 of file exceptions.hpp.
|
inline |
Definition at line 11 of file exceptions.hpp.
|
inlineoverridenoexcept |
Definition at line 12 of file exceptions.hpp.
const int teqp::teqpcException::code |
Definition at line 9 of file exceptions.hpp.
const std::string teqp::teqpcException::msg |
Definition at line 10 of file exceptions.hpp.