PatternError

Denotes an error occurring at any point during the execution of a pattern

final
class PatternError : Exception {}

Constructors

this
this(string msg)

Create a new PatternError

Meta