Exception: ModBus::Errors::Acknowledge
- Inherits:
-
ModBusException
- Object
- RuntimeError
- ModBusException
- ModBus::Errors::Acknowledge
- Defined in:
- lib/rmodbus/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ Acknowledge
constructor
A new instance of Acknowledge.
Constructor Details
#initialize ⇒ Acknowledge
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 |