Exception: Emrb::Instruments::CollidingNameError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/emrb/instruments/instruments.rb

Overview

CollidingNameError indicates that a declared instrument will clash with a library method. Use another name.

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ CollidingNameError

Returns a new instance of CollidingNameError.



10
# File 'lib/emrb/instruments/instruments.rb', line 10

def initialize(name) = super("Identifying an instrument with #{name} will override the class method")