Exception: Integrative::Errors::IntegratorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/integrative/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, integrator) ⇒ IntegratorError

Returns a new instance of IntegratorError.



52
53
54
55
# File 'lib/integrative/errors.rb', line 52

def initialize(message, integrator)
  @integrator = integrator
  super(message)
end

Instance Attribute Details

#integrationObject

Returns the value of attribute integration.



50
51
52
# File 'lib/integrative/errors.rb', line 50

def integration
  @integration
end