1.0.9 • Published 5 years ago
@cfworker/http-errors v1.0.9
@cfworker/http-errors
A collection HTTP error classes for use with @cfworker/web.
import { BadRequestError } from '@cfworker/http-errors';
// ... while handling a request...
throw new BadRequestError('foo is required.');