Exception: MustardClient::SessionExpiredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/MustardClient/mustard_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Mustard session has expired. You will need to re-authenticate") ⇒ SessionExpiredError

Returns a new instance of SessionExpiredError.



3
4
5
# File 'lib/MustardClient/mustard_errors.rb', line 3

def initialize(msg="Mustard session has expired.  You will need to re-authenticate")
  super(msg)
end