EnforceError

Error wrapper for enforcements.

final
static if(debugging)
class EnforceError : Error {}

Constructors

this
this(string message)

Creates a new enforcement error.

Meta