]> git.r.bdr.sh - rbdr/lyricli.rb/commitdiff
Skeletons for the exceptions
authorBen Beltran <redacted>
Sat, 6 Oct 2012 07:44:20 +0000 (02:44 -0500)
committerBen Beltran <redacted>
Sat, 6 Oct 2012 07:44:20 +0000 (02:44 -0500)
lib/lyricli/exceptions/disable_source_exception.rb
lib/lyricli/exceptions/enable_source_exception.rb
lib/lyricli/exceptions/invalid_lyrics_exception.rb
lib/lyricli/exceptions/lyrics_not_found_exception.rb
lib/lyricli/exceptions/reset_source_exception.rb
lib/lyricli/exceptions/source_configuration_exception.rb
lib/lyricli/exceptions/start_source_exception.rb
lib/lyricli/exceptions/unknown_source_exception.rb

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..449c97980e8fac84b450beb5f4cfb94ad609cec4 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class DisableSourceException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f1395df30bd3b6bd2c5d2c8eb56000316e1c62fe 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class EnableSourceException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..30cab41d62aef3c58f74117e8939d07b340093ef 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class InvalidLyricsException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c09321dfe58861584bd7149a3e13a4e4a89c2b0a 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class LyricsNotFoundException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ba079e4439ab234295f19ff5e8aeb27938205203 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class ResetSourceException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9e9ef31310ee996bacae6f9b2bcec3ea922abf19 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class SourceConfigurationException
+    end
+  end
+end
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1abcc5a8a4cc88cf93552bb55608ff389e9b4a1f 100644 (file)
@@ -0,0 +1,6 @@
+module Lyricli
+  module Exceptions
+    class StartSourceException
+    end
+  end
+end
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3b16bea5bcd5954863566438d040eb307e3191aa 100644 (file)
@@ -0,0 +1,7 @@
+module Lyricli
+  module Exceptions
+    class UnknownSourceException
+    end
+  end
+end
+