Exception: Singleplatform::Error::InvalidDateError

Inherits:
Base
  • Object
show all
Defined in:
lib/singleplatform/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Your request must supply a valid date.") ⇒ InvalidDateError

Returns a new instance of InvalidDateError.



40
41
42
# File 'lib/singleplatform/error.rb', line 40

def initialize(msg = "Your request must supply a valid date.")
  super
end