aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/errors.rb')
-rw-r--r--activerecord/lib/arel/errors.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/arel/errors.rb b/activerecord/lib/arel/errors.rb
index 86fbb80461..8733b7ff5a 100644
--- a/activerecord/lib/arel/errors.rb
+++ b/activerecord/lib/arel/errors.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
module Arel
class ArelError < StandardError
end