]> git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/exceptions/enable_source_error.rb
b1596c8415c312621055432a2de53b8fe86772e3
[rbdr/lyricli.rb] / lib / lyricli / exceptions / enable_source_error.rb
1 module Lyricli
2 module Exceptions
3 class EnableSourceError < StandardError
4 end
5 end
6 end
7