Exception: Undead::FrameNotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Undead::FrameNotFound
- Defined in:
- lib/undead/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 Undead::ClientError
Instance Method Details
#message ⇒ Object
78 79 80 |
# File 'lib/undead/errors.rb', line 78 def "The frame '#{name}' was not found." end |
#name ⇒ Object
74 75 76 |
# File 'lib/undead/errors.rb', line 74 def name response['args'].first end |