dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
MatchException
sumtype
Thrown by
tryMatch
when an unhandled type is encountered.
class
MatchException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
sumtype
classes
MatchException
structs
SumType
templates
canMatch
match
tryMatch
Thrown by tryMatch when an unhandled type is encountered.