lib/deepl/exceptions/error.rb in deepl-rb-2.2.2 vs lib/deepl/exceptions/error.rb in deepl-rb-2.2.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module DeepL
module Exceptions
class Error < StandardError
end
end
- old
+ new