EnforceException

Exception wrapper for enforcements.

  1. alias EnforceException = EnforceError
  2. class EnforceException
    final
    static if(!(debugging))
    class EnforceException : Exception {}

Constructors

this
this(string message)

Creates a new enforcement exception.

Meta