class MustardClient::SessionExpiredError
Public Class Methods
new(msg="Mustard session has expired. You will need to re-authenticate")
click to toggle source
Calls superclass method
# File lib/MustardClient/mustard_errors.rb, line 3 def initialize(msg="Mustard session has expired. You will need to re-authenticate") super(msg) end