Rejection.notFound constructor

const Rejection.notFound(
  1. String message
)

A 404 rejection.

Implementation

const Rejection.notFound(String message) : this._(404, message);