class InputSanitizer::RegexpMismatchError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/input_sanitizer/errors.rb, line 38
def initialize
  super("does not match regular expression")
end

Public Instance Methods

code() click to toggle source
# File lib/input_sanitizer/errors.rb, line 34
def code
  :regexp
end