Searched refs:domain_error (Results 1 – 2 of 2) sorted by relevance
48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error {50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() function52 ~domain_error() _STLP_NOTHROW_INHERENTLY;
78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {} in ~domain_error()