Exception: Beachcomber::ProtocolError

Inherits:
Error
  • Object
show all
Defined in:
lib/beachcomber/errors.rb

Overview

Raised when a response cannot be parsed.

Instance Method Summary collapse

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