import { ExpectationOutcome } from './ExpectationOutcome';

/**
 * Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was not met.
 *
 * @group Expectations
 */
export class ExpectationNotMet extends ExpectationOutcome {}
