Define ecl_debug_throw

Define Documentation

ecl_debug_throw(exception)

Debug mode exception throw.

Use when throwing a debug mode only (NDEBUG is not defined) exception. This simply inserts the required exception constructor, otherwise it inserts nothing.

See also

Exceptions Guide.