Exception: Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceDataNotArray
- Inherits:
-
StandardError
- Object
- StandardError
- Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceDataNotArray
- Defined in:
- lib/msp430_bsl/uart/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ InterfaceDataNotArray
constructor
A new instance of InterfaceDataNotArray.
Constructor Details
#initialize ⇒ InterfaceDataNotArray
Returns a new instance of InterfaceDataNotArray.
42 43 44 45 |
# File 'lib/msp430_bsl/uart/exceptions.rb', line 42 def initialize = "Peripheral Interface 'data' argument must be an Array" super() end |