Define LSST_EXCEPT

Define Documentation

LSST_EXCEPT(type, ...)

Create an exception with a given type.

Parameters
  • [in] type: C++ type of the exception to be thrown.

  • [in] ...: The message, and optionally other arguments (dependent on the type).