Exception: ClientException
- Inherits:
-
Exception
- Object
- Exception
- ClientException
- Defined in:
- lib/client_exception.rb
Instance Attribute Summary collapse
-
#reply ⇒ Object
Returns the value of attribute reply.
Instance Method Summary collapse
-
#initialize(message, reply = nil) ⇒ ClientException
constructor
A new instance of ClientException.
Constructor Details
#initialize(message, reply = nil) ⇒ ClientException
Returns a new instance of ClientException.
5 6 7 8 |
# File 'lib/client_exception.rb', line 5 def initialize(, reply = nil) super() @reply = reply end |
Instance Attribute Details
#reply ⇒ Object
Returns the value of attribute reply.
3 4 5 |
# File 'lib/client_exception.rb', line 3 def reply @reply end |