Exception: ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange

Inherits:
StandardError
  • Object
show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IntegerOutOf64BitRange

Returns a new instance of IntegerOutOf64BitRange.



8
9
10
# File 'activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb', line 8

def initialize(msg)
  super(msg)
end