Exception: Deis::NotFound

Inherits:
ClientError show all
Defined in:
lib/deis_client.rb

Instance Attribute Summary

Attributes inherited from Error

#data, #message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, data = nil) ⇒ NotFound

Returns a new instance of NotFound.



26
27
28
# File 'lib/deis_client.rb', line 26

def initialize(message = nil, data = nil)
  super(404, message, data)
end