Class: ActiveRecord::InvalidFunctionSecurityValue

Inherits:
ActiveRecordError
  • Object
show all
Defined in:
lib/active_record/postgresql_extensions/functions.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(option) ⇒ InvalidFunctionSecurityValue

Returns a new instance of InvalidFunctionSecurityValue.



18
19
20
# File 'lib/active_record/postgresql_extensions/functions.rb', line 18

def initialize(option)
  super("Invalid function SECURITY value - #{option}")
end