stdxdecimal v0.3.0 (2017-12-08T19:35:40Z)
Dub
Repo
Overflow
stdxdecimal
Thrown when using
Throw
and overflow occurs
class
Overflow : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
stdxdecimal
classes
DivisionByZero
InvalidOperation
Overflow
Underflow
enums
Rounding
functions
decimal
structs
Abort
Decimal
HighPrecision
NoOp
Throw
Thrown when using Throw and overflow occurs