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

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

Instance Method Summary collapse

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