10 #ifndef STLPLUS_EXCEPTIONS
11 #define STLPLUS_EXCEPTIONS
35 std::logic_error(std::string(
"stlplus::null_dereference: ") + description) {}
46 std::logic_error(
"stlplus::end_dereference: " + description) {}
60 std::logic_error(
"stlplus::wrong_object: " + description) {}
71 std::logic_error(
"stlplus::illegal_copy: " + description) {}
illegal_copy(const std::string &description)
end_dereference(const std::string &description)
null_dereference(const std::string &description)
wrong_object(const std::string &description)