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