Exception: ModBus::Errors::IllegalDataValue
- Inherits:
-
ModBusException
- Object
- RuntimeError
- ModBusException
- ModBus::Errors::IllegalDataValue
- Defined in:
- lib/rmodbus/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ IllegalDataValue
constructor
A new instance of IllegalDataValue.
Constructor Details
#initialize ⇒ IllegalDataValue
Returns a new instance of IllegalDataValue.
24 25 26 |
# File 'lib/rmodbus/errors.rb', line 24 def initialize super("A value contained in the query data field is not an allowable value for server") end |