|
Lutok
0.5
|
Base exception for lua errors. More...
#include <exceptions.hpp>
Public Member Functions | |
| error (const std::string &) | |
| Constructs a new error with a plain-text message. More... | |
| virtual | ~error (void) throw () |
| Destructor for the error. | |
Base exception for lua errors.
|
explicit |
Constructs a new error with a plain-text message.
| message | The plain-text error message. |
1.8.10