Error specialisation for failures relating to particle ID codes. More...
#include <Exceptions.hh>
Public Member Functions | |
PidError (const std::string &what) |
Error specialisation for failures relating to particle ID codes.
Definition at line 37 of file Exceptions.hh.
PidError | ( | const std::string & | what | ) | [inline] |
Definition at line 39 of file Exceptions.hh.
00039 : Error(what) {}