]> git.r.bdr.sh - rbdr/lyricli.rb/blame_incremental - lib/lyricli/exceptions/enable_source_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / enable_source_error.rb
... / ...
CommitLineData
1module Lyricli
2 module Exceptions
3 # There was an error when enabling the source
4 class EnableSourceError < StandardError
5 end
6 end
7end
8