#include <exceptions.hpp>
|
| const char * | what () const noexcept override |
| |
|
| const int | code |
| |
| const std::string | msg |
| |
Definition at line 17 of file exceptions.hpp.
◆ teqpException()
| teqp::teqpException::teqpException |
( |
int | code, |
|
|
const std::string & | msg ) |
|
inlineprotected |
◆ what()
| const char * teqp::teqpException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ code
| const int teqp::teqpException::code |
|
protected |
◆ msg
| const std::string teqp::teqpException::msg |
|
protected |
The documentation for this class was generated from the following file: