Define ER_SENTINEL
Defined in File macros.hpp
Define Documentation
-
ER_SENTINEL(msg, ...)
Mark a place in the code as being universally bad. If execution ever reaches this spot, report the event and error out (you must have a label called
error
in your function).