#include <exceptions.h>
|
| | MantisException (int _code, std::string _msg) |
| |
| | MantisException (int _code, std::string _msg, std::string _desc) |
| |
| const char * | what () const noexcept override |
| |
| const char * | desc () const noexcept |
| |
| int | code () const noexcept |
| |
◆ MantisException() [1/2]
| mb::MantisException::MantisException |
( |
int |
_code, |
|
|
std::string |
_msg |
|
) |
| |
◆ MantisException() [2/2]
| mb::MantisException::MantisException |
( |
int |
_code, |
|
|
std::string |
_msg, |
|
|
std::string |
_desc |
|
) |
| |
◆ code()
| int mb::MantisException::code |
( |
| ) |
const |
|
noexcept |
◆ desc()
| const char * mb::MantisException::desc |
( |
| ) |
const |
|
noexcept |
◆ what()
| const char * mb::MantisException::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following files:
- /home/runner/work/mantisbase/mantisbase/include/mantisbase/core/exceptions.h
- /home/runner/work/mantisbase/mantisbase/src/core/exceptions.cpp