UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

2 lines (1 loc) 235 B
export class AbortError extends Error{constructor(r="The operation was aborted"){super(r),this.name="AbortError"}}export class TimeoutError extends Error{constructor(r="The operation was timed out"){super(r),this.name="TimeoutError"}}