#include <luapp_exception.hpp>
Public Member Functions | |
exception (const std::string &sMessage) | |
exception (const std::string &sClassName, const std::string &sMessage) |
Definition at line 8 of file luapp_exception.hpp.
lua::exception::exception | ( | const std::string & | sMessage | ) | [inline, explicit] |
Definition at line 12 of file luapp_exception.hpp.
lua::exception::exception | ( | const std::string & | sClassName, | |
const std::string & | sMessage | |||
) | [inline] |
Definition at line 16 of file luapp_exception.hpp.