Exception: ShippingEasy::TimestampFormatError
- Defined in:
- lib/shipping_easy.rb
Instance Method Summary collapse
-
#initialize(msg = "The API timestamp could not be parsed.") ⇒ TimestampFormatError
constructor
A new instance of TimestampFormatError.
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 |