lib/rails/auth/exceptions.rb in rails-auth-2.1.4 vs lib/rails/auth/exceptions.rb in rails-auth-2.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Rails
module Auth
# Base class of all Rails::Auth errors
Error = Class.new(StandardError)