]> git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/exceptions/start_source_error.rb
71c0fc9cb705681add3f689c11fc338bfe6cb7d4
[rbdr/lyricli.rb] / lib / lyricli / exceptions / start_source_error.rb
1 module Lyricli
2 module Exceptions
3 # There was an error while starting a source
4 class StartSourceError < StandardError
5 end
6 end
7 end