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