Exception: Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceDataNotArray

Inherits:
StandardError
  • Object
show all
Defined in:
lib/msp430_bsl/uart/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInterfaceDataNotArray

Returns a new instance of InterfaceDataNotArray.



42
43
44
45
# File 'lib/msp430_bsl/uart/exceptions.rb', line 42

def initialize
  message = "Peripheral Interface 'data' argument must be an Array"
  super(message)
end