Exception: Msp430Bsl::Uart::Exceptions::Ack::NOK

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

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ NOK

Returns a new instance of NOK.



9
10
11
12
# File 'lib/msp430_bsl/uart/exceptions.rb', line 9

def initialize(val)
  message = "Command ACK not OK. Received value: #{val}"
  super(message)
end