00001 // $Id: $ 00002 #ifndef RIVET_EXCEPTIONS_HH 00003 #define RIVET_EXCEPTIONS_HH 1 00004 00005 #include <stdexcept> 00006 00007 namespace Rivet { 00008 00009 class RivetException : public exception { 00010 00011 } 00012 00013 } 00014 00015 #endif // RIVET_EXCEPTIONS_HH