Searched refs:exception_quota (Results 1 – 2 of 2) sorted by relevance
161 class exception_quota : public exception {163 exception_quota(const char *msg, const char *file, int line) :189 case isl_error_quota: throw exception_quota(msg, file, line);
161 class exception_quota : public exception {163 exception_quota(const char *msg, const char *file, int line) : in exception_quota() function189 case isl_error_quota: throw exception_quota(msg, file, line); in throw_error()