Exception: FormObject::IntegrationNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- FormObject::IntegrationNotFound
- Defined in:
- lib/form_object/integrations.rb
Overview
Invalid integration error
Instance Method Summary collapse
-
#initialize(name) ⇒ IntegrationNotFound
constructor
A new instance of IntegrationNotFound.
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 |