DChipError

Throw when an internal library condition is unsatisfied. Continuing the use of the library after this error is thrown will lead to undefined behavior.

Constructors

this
this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Meta