Exception: Beachcomber::ProtocolError
- Defined in:
- lib/beachcomber/errors.rb
Overview
Raised when a response cannot be parsed.
Instance Method Summary collapse
-
#initialize(detail) ⇒ ProtocolError
constructor
A new instance of ProtocolError.
Constructor Details
#initialize(detail) ⇒ ProtocolError
Returns a new instance of ProtocolError.
24 25 26 |
# File 'lib/beachcomber/errors.rb', line 24 def initialize(detail) super("beachcomber: protocol error: #{detail}") end |