]> git.r.bdr.sh - rbdr/lyricli.rb/commit
Adds skeletons for Exceptions
authorBen Beltran <redacted>
Sat, 6 Oct 2012 07:40:28 +0000 (02:40 -0500)
committerBen Beltran <redacted>
Sat, 6 Oct 2012 07:40:28 +0000 (02:40 -0500)
commit143d7aad53cdb6e15f17ef7d1a98981dac7140da
treead629a5d654b7a1d26c27cbca496afcec46e7713
parentf2ec7254120c90c3b023687f67a7b19f78b69370
Adds skeletons for Exceptions
13 files changed:
.yardoc/checksums [deleted file]
.yardoc/object_types [deleted file]
.yardoc/objects/root.dat [deleted file]
.yardoc/proxy_types [deleted file]
lib/lyricli/exceptions/disable_source_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/enable_source_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/invalid_lyrics_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/lyrics_not_found_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/reset_source_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/source_configuration_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/start_source_exception.rb [new file with mode: 0644]
lib/lyricli/exceptions/unknown_source_exception.rb [new file with mode: 0644]
lib/lyricli/source_manager.rb