Method: ModBus::Errors::MemoryParityError#initialize
- Defined in:
- lib/rmodbus/errors.rb
#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 |