Exception: FormObject::IntegrationNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/form_object/integrations.rb

Overview

Invalid integration error

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ IntegrationNotFound



9
10
11
# File 'lib/form_object/integrations.rb', line 9

def initialize( name )
  super "#{name.inspect} is invalid integration"
end