+module Lyricli
+ module Exceptions
+ class DisableSourceException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class EnableSourceException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class InvalidLyricsException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class LyricsNotFoundException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class ResetSourceException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class SourceConfigurationException
+ end
+ end
+end
+
+module Lyricli
+ module Exceptions
+ class StartSourceException
+ end
+ end
+end
+module Lyricli
+ module Exceptions
+ class UnknownSourceException
+ end
+ end
+end
+