X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/5d701d44f30948d6d339a8d5806a083bdf76076d..278e6d0afff19cce3ab8ad256c9ab8239bcf6289:/lib/lyricli/exceptions/enable_source_error.rb?ds=sidebyside 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