Method: HP::Cloud::Exceptions::NotFound#initialize

Defined in:
lib/hpcloud/exceptions/not_found.rb

#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