StandardError
# File lib/arel/visitors/to_sql.rb, line 9 def initialize(object) super "Unsupported argument type: #{object.class.name}. Construct an Arel node instead." end