Exception: Apiway::ResourceNotExists
- Inherits:
-
StandardError
- Object
- StandardError
- Apiway::ResourceNotExists
- Defined in:
- lib/apiway/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ ResourceNotExists
constructor
A new instance of ResourceNotExists.
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 |