Exception: ModBus::Errors::Acknowledge

Inherits:
ModBusException show all
Defined in:
lib/rmodbus/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeAcknowledge

Returns a new instance of Acknowledge.



36
37
38
# File 'lib/rmodbus/errors.rb', line 36

def initialize
  super("The server has accepted the request and is processing it, but a long duration of time will be required to do so") # rubocop:disable Layout/LineLength
end