class ActiveRecord::PostgreSQLExtensions::FeatureNotSupportedError

Public Class Methods

new(feature) click to toggle source
Calls superclass method
# File lib/active_record/postgresql_extensions/features.rb, line 5
def initialize(feature)
  super(%{The feature "#{feature}" is not supported by server. (Server version #{ActiveRecord::PostgreSQLExtensions.SERVER_VERSION}.)"})
end