Exception: ModBus::Errors::SlaveDeviceFailure

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

Instance Method Summary collapse

Constructor Details

#initializeSlaveDeviceFailure

Returns a new instance of SlaveDeviceFailure.



30
31
32
# File 'lib/rmodbus/errors.rb', line 30

def initialize
  super("An unrecoverable error occurred while the server was attempting to perform the requested action")
end