InvalidPatternError constructor
InvalidPatternError(
- String message
Creates a new InvalidPatternException with the given message.
- message: A message describing the nature of the failure
Implementation
InvalidPatternError(this.message);