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