ExpectationFailed constructor

const ExpectationFailed(
  1. dynamic error
)

Implementation

const ExpectationFailed(
  dynamic error,
) : super('Expectation Failed', '417', error);