Exception: Modbus::IllegalDataValue
- Inherits:
-
ModbusError
- Object
- StandardError
- ModbusError
- Modbus::IllegalDataValue
- Defined in:
- lib/modbus/exceptions.rb
Constant Summary collapse
- CODE =
0x03
Instance Attribute Summary
Attributes inherited from ModbusError
Instance Method Summary collapse
-
#initialize(msg = 'ILLEGAL DATA VALUE') ⇒ IllegalDataValue
constructor
A new instance of IllegalDataValue.
Constructor Details
#initialize(msg = 'ILLEGAL DATA VALUE') ⇒ IllegalDataValue
Returns a new instance of IllegalDataValue.
37 38 39 |
# File 'lib/modbus/exceptions.rb', line 37 def initialize(msg = 'ILLEGAL DATA VALUE') super end |