SanityException

Indicates some internal sanity violation in the app, essentially a less fatal version of AssertError.

class SanityException : Exception {}

Constructors

this
this(istring msg, istring file, int line)
Undocumented in source.

Meta