Exception: Apiway::ResourceNotExists

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ResourceNotExists

Returns a new instance of ResourceNotExists.



33
34
35
# File 'lib/apiway/errors.rb', line 33

def initialize( name )
  super "\"#{ name }\" not exists"
end