Exception: Deis::NotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Deis::NotFound
- Defined in:
- lib/deis_client.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = nil, data = nil) ⇒ NotFound
constructor
A new instance of NotFound.
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( = nil, data = nil) super(404, , data) end |