Exception: Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceParseRawDataNotArray

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

Instance Method Summary collapse

Constructor Details

#initializeInterfaceParseRawDataNotArray

Returns a new instance of InterfaceParseRawDataNotArray.



35
36
37
38
# File 'lib/msp430_bsl/uart/exceptions.rb', line 35

def initialize
  message = "PeripheralInterface#parse argument must be an Array"
  super(message)
end