X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..7b40d722ef984b45528010ef27a271349e798c09:/lib/lyricli/exceptions/reset_source_error.rb diff --git a/lib/lyricli/exceptions/reset_source_error.rb b/lib/lyricli/exceptions/reset_source_error.rb index 0bfa7f4..8f87c9c 100644 --- a/lib/lyricli/exceptions/reset_source_error.rb +++ b/lib/lyricli/exceptions/reset_source_error.rb @@ -1,5 +1,6 @@ module Lyricli module Exceptions + # There was an error while resetting a source class ResetSourceError < StandardError end end