Error for e.g. use of invalid bin ranges. More...
#include <Exceptions.hh>
Public Member Functions | |
RangeError (const std::string &what) |
Error for e.g. use of invalid bin ranges.
Definition at line 23 of file Exceptions.hh.
RangeError | ( | const std::string & | what | ) | [inline] |
Definition at line 25 of file Exceptions.hh.
00025 : Error(what) {}