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.



639
640
641
# File 'lib/chordsketch_uniffi.rb', line 639

def initialize()
  super()
end

Instance Method Details

#to_sObject



643
644
645
# File 'lib/chordsketch_uniffi.rb', line 643

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