MantisBase v0.3.4
Loading...
Searching...
No Matches
mb::MantisException Class Referencefinal

#include <exceptions.h>

Inheritance diagram for mb::MantisException:
Collaboration diagram for mb::MantisException:

Public Member Functions

 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
 

Constructor & Destructor Documentation

◆ 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 
)

Member Function Documentation

◆ 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: