Exception: Chordsketch::ChordSketchError::NoSongsFound
- Inherits:
-
StandardError
- Object
- StandardError
- Chordsketch::ChordSketchError::NoSongsFound
- Defined in:
- lib/chordsketch_uniffi.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSongsFound
constructor
A new instance of NoSongsFound.
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ NoSongsFound
Returns a new instance of NoSongsFound.
472 473 474 |
# File 'lib/chordsketch_uniffi.rb', line 472 def initialize() super() end |
Instance Method Details
#to_s ⇒ Object
476 477 478 |
# File 'lib/chordsketch_uniffi.rb', line 476 def to_s "#{self.class.name}()" end |