Exception: ConvenientService::RSpec::PrimitiveMatchers::Classes::DelegateTo::Exceptions::ReturnValueChainingIsAlreadySet
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::RSpec::PrimitiveMatchers::Classes::DelegateTo::Exceptions::ReturnValueChainingIsAlreadySet
- Defined in:
- lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_without_arguments ⇒ Object
39 40 41 42 43 44 45 46 47 |
# File 'lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/exceptions.rb', line 39 def initialize_without_arguments = <<~TEXT Returns value chaining is already set. Did you use `and_return_its_value` or `and_return { |delegation_value| ... }` multiple times? Or a combination of them? TEXT initialize() end |