lib/ree/error.rb in ree-1.0.32 vs lib/ree/error.rb in ree-1.0.33
- old
+ new
@@ -1,5 +1,5 @@
-# frozen_string_literal = true
+# frozen_string_literal: true
class Ree::Error < StandardError
attr_reader :code, :type
def initialize(message, code = nil, type = nil)
\ No newline at end of file