aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/errors.rb
blob: c8a6af9f7771e6e4f09f012518bfab13369ec61f (plain) (blame)
1
2
3
4
5
6
7
module Arel
  class ArelError < StandardError
  end

  class EmptyJoinError < ArelError
  end
end