Error specialisation for places where alg logic has failed. More...
#include <Exceptions.hh>
Public Member Functions | |
LogicError (const std::string &what) |
Error specialisation for places where alg logic has failed.
Definition at line 30 of file Exceptions.hh.
LogicError | ( | const std::string & | what | ) | [inline] |
Definition at line 32 of file Exceptions.hh.
00032 : Error(what) {}