class ShippingEasy::TimestampFormatError

Public Class Methods

new(msg = "The API timestamp could not be parsed.") click to toggle source
Calls superclass method
# File lib/shipping_easy.rb, line 82
def initialize(msg = "The API timestamp could not be parsed.")
  super(msg)
end