DecimalException

The base class for all decimal arithmetic exceptions.

@safe
class DecimalException : object.Exception {}

Constructors

this
this(string msg, string file, uint line, Throwable next)
Undocumented in source.

Meta