70/*this exception is used internaly by lua exceptions*/ \
71 throw; \
72 } catch(...) { \
73 assert(false && "Lua is swallowing an un-named exception... this indicates a programmer error, please derive all exceptions from either std::exception, or lua_jailbreak_exception (and not with multiple inheritance pathways to either or this exception handler will not work!)"); \