Error used to report an error in a lua script or in the lua interpreter. More...
#include <game_errors.hpp>
Public Member Functions | |
lua_error (const std::string &msg) | |
lua_error (const std::string &msg, const std::string &context) | |
Public Member Functions inherited from game::error | |
error () | |
error (const std::string &msg) | |
~error () noexcept | |
const char * | what () const noexcept |
Additional Inherited Members | |
Public Attributes inherited from game::error | |
std::string | message |
Error used to report an error in a lua script or in the lua interpreter.
Definition at line 54 of file game_errors.hpp.
|
inline |
Definition at line 55 of file game_errors.hpp.
|
inline |
Definition at line 56 of file game_errors.hpp.