class Pdfh::ReDateError

Regular Date Error, when there is not match

Public Class Methods

new(msg = "No data matched your date regular expression") click to toggle source
Calls superclass method
# File lib/pdfh.rb, line 24
def initialize(msg = "No data matched your date regular expression")
  super
end