Exception: ActiveRecord::QueryCanceled

Inherits:
QueryAborted show all
Defined in:
lib/active_record/errors.rb

Overview

QueryCanceled will be raised when canceling statement due to user request.

Instance Attribute Summary

Attributes inherited from StatementInvalid

#binds, #sql

Attributes inherited from AdapterError

#connection_pool

Method Summary

Methods inherited from StatementInvalid

#initialize, #set_query

Methods inherited from AdapterError

#initialize

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid