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.



472
473
474
# File 'lib/chordsketch_uniffi.rb', line 472

def initialize()
  super()
end

Instance Method Details

#to_sObject



476
477
478
# File 'lib/chordsketch_uniffi.rb', line 476

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