class ShippingEasy::SessionExpiredError

Public Class Methods

new(msg = "The client session has expired.") click to toggle source
Calls superclass method
# File lib/shipping_easy.rb, line 70
def initialize(msg = "The client session has expired.")
  super(msg)
end