OptionalException

Default exception which is thrown when get() is called on an Optional!(T) which has no value set

class OptionalException : Exception {}

Constructors

this
this(string msg)

Constructs a new OptionalException with the given message

Meta