UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, Datadog and other things

6 lines (5 loc) 182 B
export default class ServerError extends Error { readonly name: string; readonly statusCode: number; constructor(message?: string, name?: string, statusCode?: number); }