Searched refs:exotic_exception (Results 1 – 1 of 1) sorted by relevance
141 class exotic_exception : public T {}; class168 throw exotic_exception<non_derived_exception>(); in generic_exceptions()171 THROW_EXCEPTION(exotic_exception<non_derived_exception>); in generic_exceptions()173 throw exotic_exception<derived_exception>(); // Ok in generic_exceptions()174 THROW_EXCEPTION(exotic_exception<derived_exception>); // Ok in generic_exceptions()