Class: ActiveRecord::InvalidFunctionOnNullInputValue

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(option) ⇒ InvalidFunctionOnNullInputValue

Returns a new instance of InvalidFunctionOnNullInputValue.



12
13
14
# File 'lib/active_record/postgresql_extensions/functions.rb', line 12

def initialize(option)
  super("Invalid function ON NULL INPUT behavior - #{option}")
end