Exception: Modbus::GatewayTargetDeviceFailedToRespond

Inherits:
ModbusError
  • Object
show all
Defined in:
lib/modbus/exceptions.rb

Constant Summary collapse

CODE =
0x0B

Instance Attribute Summary

Attributes inherited from ModbusError

#code

Instance Method Summary collapse

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