Signals an issue encountered while formatting.
Generic constructor.
Creates a new instance of FormatException.
import std.exception : assertThrown; assertThrown!FormatException(format("%d", "foo"));
See Implementation
Signals an issue encountered while formatting.