Exception: GovDelivery::TMS::Errors::InvalidGet

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidGet

Returns a new instance of InvalidGet.



52
53
54
# File 'lib/govdelivery/tms/errors.rb', line 52

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