export class NotFoundError extends Error { constructor (message, options) { super(message, options) this.status = options.status } }