Exception: Broach::APIError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/broach/exceptions.rb

Overview

Raised when something unexpected happened during communication with Campfire

Direct Known Subclasses

AuthenticationError, AuthorizationError

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



4
5
6
# File 'lib/broach/exceptions.rb', line 4

def response
  @response
end