#include <exceptions.h>
Inheritance diagram for DatabaseException:
Collaboration diagram for DatabaseException:Public Member Functions | |
| DatabaseException (const std::string &s) | |
Public Member Functions inherited from BaseException | |
| BaseException (const std::string &s) noexcept | |
| ~BaseException () throw () =default | |
| virtual const char * | what () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from BaseException | |
| std::string | m_s |
|
inline |