DEBSOURCES
Skip Quicknav
sources / rails / 2%3A6.0.3.7%2Bdfsg-2%2Bdeb11u2 / activerecord / lib / arel / errors.rb
123456789
# frozen_string_literal: true module Arel # :nodoc: all class ArelError < StandardError end class EmptyJoinError < ArelError end end