Exception: ProtocolError

Inherits:
DICTError show all
Defined in:
lib/dict.rb

Overview

deal with status code errors

Instance Method Summary collapse

Constructor Details

#initialize(message, code = 3) ⇒ ProtocolError

Returns a new instance of ProtocolError.



190
191
192
# File 'lib/dict.rb', line 190

def initialize(message, code = 3)
  super
end