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) {}