InvalidPatternError constructor

InvalidPatternError(
  1. String message
)

Creates a new InvalidPatternException with the given message.

  • message: A message describing the nature of the failure

Implementation

InvalidPatternError(this.message);