Unexpected

An exception that represents an error value.

Constructors

this
this(T value, string file = __FILE__, size_t line = __LINE__)

Constructs an Unexpected exception from a value.

Members

Variables

value
T value;

The error value.

Meta