Exception: ModBus::Errors::MemoryParityError
- Inherits:
-
ModBusException
- Object
- RuntimeError
- ModBusException
- ModBus::Errors::MemoryParityError
- Defined in:
- lib/rmodbus/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MemoryParityError
constructor
A new instance of MemoryParityError.
Constructor Details
#initialize ⇒ MemoryParityError
Returns a new instance of MemoryParityError.
48 49 50 |
# File 'lib/rmodbus/errors.rb', line 48 def initialize super("The extended file area failed to pass a consistency check") end |