class Modbus::MemoryParityError
Constants
- CODE
Public Class Methods
new(msg = 'MEMORY PARITY ERROR')
click to toggle source
Calls superclass method
Modbus::ModbusError::new
# File lib/modbus/exceptions.rb, line 69 def initialize(msg = 'MEMORY PARITY ERROR') super end