Exception: Modbus::GatewayPathUnavailable
- Inherits:
-
ModbusError
- Object
- StandardError
- ModbusError
- Modbus::GatewayPathUnavailable
- Defined in:
- lib/modbus/exceptions.rb
Constant Summary collapse
- CODE =
0x0A
Instance Attribute Summary
Attributes inherited from ModbusError
Instance Method Summary collapse
-
#initialize(msg = 'GATEWAY PATH UNAVAILABLE') ⇒ GatewayPathUnavailable
constructor
A new instance of GatewayPathUnavailable.
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 |