41 #ifndef PB_DS_EXCEPTION_HPP
42 #define PB_DS_EXCEPTION_HPP
44 #include <bits/c++config.h>
56 struct container_error :
public std::logic_error
60 : std::logic_error(__N(
"__gnu_pbds::container_error")) { }
Definition: exception.hpp:70
void __throw_insert_error()
Definition: exception.hpp:80
A container cannot be resized.
Definition: exception.hpp:73
container_error()
Definition: exception.hpp:59
void __throw_container_error()
Definition: exception.hpp:76
void __throw_join_error()
Definition: exception.hpp:84
Base class for exceptions.
Definition: exception.hpp:57
Definition: exception.hpp:66
void __throw_resize_error()
Definition: exception.hpp:88