class Regexp::Scanner::ValidationError
Base for all scanner validation errors
Public Class Methods
Source
# File lib/regexp_parser/scanner.rb, line 18 def initialize(reason) super reason end
Calls superclass method
Base for all scanner validation errors
# File lib/regexp_parser/scanner.rb, line 18 def initialize(reason) super reason end