MatchException

Thrown by tryMatch when an unhandled type is encountered.

Not available when compiled with -betterC.

version(D_Exceptions)
class MatchException : Exception {}

Constructors

this
this(string msg, string file, size_t line)

Meta