]> git.r.bdr.sh - rbdr/lyricli.rb/blame - lib/lyricli/exceptions/start_source_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / start_source_error.rb
CommitLineData
2677b890
BB
1module Lyricli
2 module Exceptions
278e6d0a 3 # There was an error while starting a source
76e96cc0 4 class StartSourceError < StandardError
2677b890
BB
5 end
6 end
7end