47 #ifndef STLPLUS_EXCEPTIONS
48 #define STLPLUS_EXCEPTIONS
72 std::logic_error(std::string(
"stlplus::null_dereference: ") + description) {}
83 std::logic_error(
"stlplus::end_dereference: " + description) {}
97 std::logic_error(
"stlplus::wrong_object: " + description) {}
108 std::logic_error(
"stlplus::illegal_copy: " + description) {}