Rejection.notFound constructor
const
Rejection.notFound(
- String message
A 404 rejection.
Implementation
const Rejection.notFound(String message) : this._(404, message);
A 404 rejection.
const Rejection.notFound(String message) : this._(404, message);