diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
EnforceException
diamond
errors
exceptions
enforceexception
Exception wrapper for enforcements.
alias
EnforceException
=
EnforceError
class
EnforceException
final
static if
(!(
debugging
))
class
EnforceException : Exception {
this
(string message);
}
Constructors
this
this
(string message)
Creates a new enforcement exception.
Meta
Source
See Implementation
diamond
errors
exceptions
enforceexception
aliases
EnforceException
classes
EnforceError
Exception wrapper for enforcements.