class Mocha::ExpectationError

rubocop:disable Lint/InheritException
@see Mocha::ExpectationErrorFactory
Authors of test libraries may use Mocha::ExpectationErrorFactory to have Mocha raise a different exception.
Default exception class raised when an unexpected invocation or an unsatisfied expectation occurs.