Exception: Undead::FrameNotFound

Inherits:
ClientError show all
Defined in:
lib/undead/errors.rb

Instance Attribute Summary

Attributes inherited from ClientError

#response

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Undead::ClientError

Instance Method Details

#messageObject



78
79
80
# File 'lib/undead/errors.rb', line 78

def message
  "The frame '#{name}' was not found."
end

#nameObject



74
75
76
# File 'lib/undead/errors.rb', line 74

def name
  response['args'].first
end