Exception: Fixjour::DeprecatedMergeAttempt

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

Overview

Raised when a builder is defined with one block argument and the user assumes that it’s the overrides hash. This used to be the standard behavior, but now blocks with one argument are passed the class proxy, and getting access to the overrides hash requires you pass two block arguments.