123456789_123456789_123456789_123456789_123456789_

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
  • ::Object
Defined in: activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb

Class Method Summary

Constructor Details

.new(msg) ⇒ IntegerOutOf64BitRange

[ GitHub ]

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

def initialize(msg)
  super(msg)
end