Exception: Modbus::GatewayTargetDeviceFailedToRespond
- Inherits:
-
ModbusError
- Object
- StandardError
- ModbusError
- Modbus::GatewayTargetDeviceFailedToRespond
- Defined in:
- lib/modbus/exceptions.rb
Constant Summary collapse
- CODE =
0x0B
Instance Attribute Summary
Attributes inherited from ModbusError
Instance Method Summary collapse
-
#initialize(msg = 'GATEWAY TARGET DEVICE FAILED TO RESPOND') ⇒ GatewayTargetDeviceFailedToRespond
constructor
A new instance of GatewayTargetDeviceFailedToRespond.
Constructor Details
#initialize(msg = 'GATEWAY TARGET DEVICE FAILED TO RESPOND') ⇒ GatewayTargetDeviceFailedToRespond
Returns a new instance of GatewayTargetDeviceFailedToRespond.
85 86 87 |
# File 'lib/modbus/exceptions.rb', line 85 def initialize(msg = 'GATEWAY TARGET DEVICE FAILED TO RESPOND') super end |