Exception: HP::Cloud::Exceptions::NotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/hpcloud/exceptions/not_found.rb

Instance Attribute Summary

Attributes inherited from Base

#status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotFound

Returns a new instance of NotFound.



28
29
30
# File 'lib/hpcloud/exceptions/not_found.rb', line 28

def initialize(message)
  super(message, :not_found)
end