Exception: E3DCMqtt::App::ExitError
- Inherits:
-
StandardError
- Object
- StandardError
- E3DCMqtt::App::ExitError
- Defined in:
- lib/e3dc_mqtt/app.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(code, message) ⇒ ExitError
constructor
A new instance of ExitError.
Constructor Details
#initialize(code, message) ⇒ ExitError
Returns a new instance of ExitError.
23 24 25 26 |
# File 'lib/e3dc_mqtt/app.rb', line 23 def initialize(code, ) super() @code = code end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
21 22 23 |
# File 'lib/e3dc_mqtt/app.rb', line 21 def code @code end |