Class that provides a withClue
method that appends clue strings to any
ModifiableMessage
exception
thrown by the passed by-name parameter.
Class that provides a withClue
method that appends clue strings to any
ModifiableMessage
exception
thrown by the passed by-name parameter.
Implicit conversion that allows clues to be place after a block of code.
Implicit conversion that allows clues to be place after a block of code.
Companion object that facilitates the importing of
AppendedClues
members as an alternative to mixing it in. One use case is to importAppendedClues
members so you can use them in the Scala interpreter.