Exception: TMS::Errors::InvalidGet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tms_client/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidGet

Returns a new instance of InvalidGet.



37
38
39
# File 'lib/tms_client/errors.rb', line 37

def initialize(message=nil)
  super(message || "Can't GET a resource after an invalid POST; either create a new object or fix errors")
end