Exception: ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb |
Class Method Summary
- .new(msg) ⇒ IntegerOutOf64BitRange constructor
Constructor Details
.new(msg) ⇒ IntegerOutOf64BitRange
# File 'activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb', line 11
def initialize(msg) super(msg) end