#include <LinPtException.h>
Public Member Functions | |
LinPtException (const char *reason) |
A class that wraps cms::Exception by deriving from it.
Definition at line 10 of file LinPtException.h.
LinPtException::LinPtException | ( | const char * | reason | ) | [inline] |
Definition at line 13 of file LinPtException.h.
: cms::Exception ( reason ) {};