Method: ProtocolError#initialize
- Defined in:
- lib/dict.rb
#initialize(message, code = 3) ⇒ ProtocolError
Returns a new instance of ProtocolError.
190 191 192 |
# File 'lib/dict.rb', line 190 def initialize(, code = 3) super end |
Returns a new instance of ProtocolError.
190 191 192 |
# File 'lib/dict.rb', line 190 def initialize(, code = 3) super end |