class LaunchpadMk2::CommunicationError

Error raised when anything fails while communicating with the launchpad.

Attributes

source[RW]

Public Class Methods

new(e) click to toggle source
Calls superclass method
# File lib/launchpad_mk2/errors.rb, line 31
def initialize(e)
  super(e.portmidi_error)
  self.source = e
end