Exception: Modbus::GatewayPathUnavailable

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

Constant Summary collapse

CODE =
0x0A

Instance Attribute Summary

Attributes inherited from ModbusError

#code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'GATEWAY PATH UNAVAILABLE') ⇒ GatewayPathUnavailable

Returns a new instance of GatewayPathUnavailable.



77
78
79
# File 'lib/modbus/exceptions.rb', line 77

def initialize(msg = 'GATEWAY PATH UNAVAILABLE')
  super
end