Exception: Isomorfeus::Puppetmaster::FrameNotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Isomorfeus::Puppetmaster::FrameNotFound
- Defined in:
- lib/isomorfeus/puppetmaster/errors.rb
Instance Attribute Summary
Attributes inherited from ClientError
Instance Method Summary collapse
Methods inherited from ClientError
Constructor Details
This class inherits a constructor from Isomorfeus::Puppetmaster::ClientError
Instance Method Details
#message ⇒ Object
36 37 38 |
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 36 def "The frame "#{name}" was not found." end |
#name ⇒ Object
32 33 34 |
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 32 def name response["args"].first end |