Exception: Emrb::Instruments::CollidingNameError
- Inherits:
-
StandardError
- Object
- StandardError
- Emrb::Instruments::CollidingNameError
- 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
-
#initialize(name) ⇒ CollidingNameError
constructor
A new instance of CollidingNameError.
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") |