Exception: Modbus::ServerDeviceFailure
- Inherits:
-
ModbusError
- Object
- StandardError
- ModbusError
- Modbus::ServerDeviceFailure
- Defined in:
- lib/modbus/exceptions.rb
Constant Summary collapse
- CODE =
0x04
Instance Attribute Summary
Attributes inherited from ModbusError
Instance Method Summary collapse
-
#initialize(msg = 'SERVER DEVICE FAILURE') ⇒ ServerDeviceFailure
constructor
A new instance of ServerDeviceFailure.
Constructor Details
#initialize(msg = 'SERVER DEVICE FAILURE') ⇒ ServerDeviceFailure
Returns a new instance of ServerDeviceFailure.
45 46 47 |
# File 'lib/modbus/exceptions.rb', line 45 def initialize(msg = 'SERVER DEVICE FAILURE') super end |