class Modbus::GatewayTargetDeviceFailedToRespond

Constants

CODE

Public Class Methods

new(msg = 'GATEWAY TARGET DEVICE FAILED TO RESPOND') click to toggle source
Calls superclass method Modbus::ModbusError::new
# File lib/modbus/exceptions.rb, line 85
def initialize(msg = 'GATEWAY TARGET DEVICE FAILED TO RESPOND')
  super
end