class RSpec::Expectations::ExpectationNotMetError
Exception raised when an expectation fails.
@note We subclass Exception so that in a stub implementation if the user sets an expectation, it canโt be caught in their code by a bare โrescue`. @api public