Class: KJess::Response::Error

Inherits:
KJess::Response show all
Defined in:
lib/kjess/response/error.rb

Constant Summary

Constants inherited from KJess::Response

Registry

Constants inherited from Protocol

Protocol::CRLF

Instance Attribute Summary

Attributes inherited from Protocol

#args, #raw_args

Instance Method Summary collapse

Methods inherited from KJess::Response

#message, parse, #parse_options_to_args, #read_more, registry

Methods inherited from Protocol

arity, #initialize, keyword, #keyword, #parse_options_to_args, register, #to_protocol

Constructor Details

This class inherits a constructor from KJess::Protocol

Instance Method Details

#error?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/kjess/response/error.rb', line 5

def error?
  true
end

#exceptionObject

Raises:



9
10
11
# File 'lib/kjess/response/error.rb', line 9

def exception
  raise KJess::ClientError
end