Exception: ShippingEasy::TimestampFormatError

Inherits:
Error
  • Object
show all
Defined in:
lib/shipping_easy.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The API timestamp could not be parsed.") ⇒ TimestampFormatError

Returns a new instance of TimestampFormatError.



82
83
84
# File 'lib/shipping_easy.rb', line 82

def initialize(msg = "The API timestamp could not be parsed.")
  super(msg)
end