#include <c_types.h>
Inheritance diagram for LuaError:
Collaboration diagram for LuaError:Public Member Functions | |
| LuaError (const std::string &s) | |
Public Member Functions inherited from ModError | |
| ModError (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 |