Define ecl_throw
Defined in File macros.hpp
Define Documentation
-
ecl_throw(exception)
Standard ecl throw exception throw.
Use when throwing a function that throws a normal exception. If ECL_DISABLE_EXCEPTIONS is not defined, this simply inserts the required exception constructor otherwise it inserts nothing.
See also
Exceptions Guide.