00001 #ifndef LinPtException_H 00002 #define LinPtException_H 00003 00004 #include "FWCore/Utilities/interface/Exception.h" 00005 00010 class LinPtException : public cms::Exception 00011 { 00012 public: 00013 LinPtException( const char * reason ) : cms::Exception ( reason ) {}; 00014 }; 00015 00016 #endif