X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..278e6d0afff19cce3ab8ad256c9ab8239bcf6289:/lib/lyricli/exceptions/unknown_source_error.rb diff --git a/lib/lyricli/exceptions/unknown_source_error.rb b/lib/lyricli/exceptions/unknown_source_error.rb index 8d9ba62..ee62f45 100644 --- a/lib/lyricli/exceptions/unknown_source_error.rb +++ b/lib/lyricli/exceptions/unknown_source_error.rb @@ -1,5 +1,6 @@ module Lyricli module Exceptions + # An unknown source was tried to enable/disable/reset class UnknownSourceError < StandardError end end