UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

9 lines (8 loc) 203 B
export class ErrorResponse extends Error { constructor(code, message) { super(message); this.code = code; this.message = message; this.name = "ErrorResponse"; } }