#include <luaxx/luaxx.hpp>


This is thrown when a call to lua::loadfile failed because the file could not be opened or read.
Definition at line 104 of file luaxx.hpp.
Public Member Functions | |
| file_error (const char *desc) | |
| Constructor. | |
| file_error () | |
| Constructor. | |
| virtual const char * | what () const throw () |
| Get a description of the error. | |
| virtual const char* lua::exception::what | ( | ) | const throw () [inline, virtual, inherited] |
1.5.5