UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

7 lines (6 loc) • 272 B
import BaseSpruceError from '@sprucelabs/error'; import ErrorOptions from './../.spruce/errors/options.types'; export default class SpruceError extends BaseSpruceError<ErrorOptions> { /** An easy to understand version of the errors */ friendlyMessage(): string; }