Exception: Integrative::Errors::TooManyRuntimeOptionsError
- Inherits:
-
IntegrationError
- Object
- StandardError
- IntegrationError
- Integrative::Errors::TooManyRuntimeOptionsError
- Defined in:
- lib/integrative/errors.rb
Instance Attribute Summary
Attributes inherited from IntegrationError
Instance Method Summary collapse
-
#initialize(integration, unexpected_options) ⇒ TooManyRuntimeOptionsError
constructor
A new instance of TooManyRuntimeOptionsError.
Constructor Details
#initialize(integration, unexpected_options) ⇒ TooManyRuntimeOptionsError
32 33 34 35 36 37 |
# File 'lib/integrative/errors.rb', line 32 def initialize(integration, ) = "You used 'integrate' for :#{integration.name}" + " on #{integration.integrator_class.name}" + " with too many options: #{}" super(, integration) end |