NotFound constructor
const
NotFound(
- dynamic error
Implementation
const NotFound(
dynamic error,
) : super('Not Found', '404', error);
const NotFound(
dynamic error,
) : super('Not Found', '404', error);