]> git.r.bdr.sh - rbdr/lyricli.rb/blame - lib/lyricli/exceptions/enable_source_error.rb
Fixes to gracefully handle some errors
[rbdr/lyricli.rb] / lib / lyricli / exceptions / enable_source_error.rb
CommitLineData
2677b890
BB
1module Lyricli
2 module Exceptions
76e96cc0 3 class EnableSourceError < StandardError
2677b890
BB
4 end
5 end
6end
7