X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..ff4ccc1139a8730a7613c8289ec3df29680865e1:/lib/lyricli/exceptions/enable_source_error.rb diff --git a/lib/lyricli/exceptions/enable_source_error.rb b/lib/lyricli/exceptions/enable_source_error.rb index b1596c8..33c849d 100644 --- a/lib/lyricli/exceptions/enable_source_error.rb +++ b/lib/lyricli/exceptions/enable_source_error.rb @@ -1,5 +1,6 @@ module Lyricli module Exceptions + # There was an error when enabling the source class EnableSourceError < StandardError end end