Home
last modified time | relevance | path

Searched defs:ArithException (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Darith_exception.h36 ArithException() { } in ArithException() function
37 ArithException(const std::string& msg): Exception(msg) { } in ArithException() function
38 ArithException(const char* msg): Exception(msg) { } in ArithException() function
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Exception/
H A DType.hs156 data ArithException type