Exception: ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
- Defined in:
- lib/active_record/connection_adapters/postgresql/quoting.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ IntegerOutOf64BitRange
constructor
A new instance of IntegerOutOf64BitRange.
Constructor Details
#initialize(msg) ⇒ IntegerOutOf64BitRange
Returns a new instance of IntegerOutOf64BitRange.
11 12 13 |
# File 'lib/active_record/connection_adapters/postgresql/quoting.rb', line 11 def initialize(msg) super(msg) end |