]> git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/exceptions/unknown_source_exception.rb
Skeletons for the exceptions
[rbdr/lyricli.rb] / lib / lyricli / exceptions / unknown_source_exception.rb
1 module Lyricli
2 module Exceptions
3 class UnknownSourceException
4 end
5 end
6 end
7