Exception: Chordsketch::ChordSketchError::NoSongsFound

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

Instance Method Summary collapse

Constructor Details

#initializeNoSongsFound

Returns a new instance of NoSongsFound.



680
681
682
# File 'lib/chordsketch_uniffi.rb', line 680

def initialize()
  super()
end

Instance Method Details

#to_sObject



684
685
686
# File 'lib/chordsketch_uniffi.rb', line 684

def to_s
 "#{self.class.name}()"
end