diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
EnforceError
diamond
errors
exceptions
enforceexception
Error wrapper for enforcements.
static if
(
debugging
)
class
EnforceError : Error {
this
(string message);
}
Constructors
this
this
(string message)
Creates a new enforcement error.
Meta
Source
See Implementation
diamond
errors
exceptions
enforceexception
aliases
EnforceException
classes
EnforceError
Error wrapper for enforcements.