Method: ModBus::Errors::IllegalDataValue#initialize

Defined in:
lib/rmodbus/errors.rb

#initializeIllegalDataValue

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