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