Exception: TMS::Errors::InvalidGet
- Inherits:
-
StandardError
- Object
- StandardError
- TMS::Errors::InvalidGet
- Defined in:
- lib/tms_client/errors.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ InvalidGet
constructor
A new instance of InvalidGet.
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(=nil) super( || "Can't GET a resource after an invalid POST; either create a new object or fix errors") end |