Searched refs:container_error (Results 1 – 1 of 1) sorted by relevance
55 struct container_error : public std::logic_error struct57 container_error() in container_error() function64 struct insert_error : public container_error { };68 struct join_error : public container_error { };71 struct resize_error : public container_error { };76 { throw container_error(); } in __throw_container_error()