0.1.12 • Published 3 years ago

@highoutput/error v0.1.12

Weekly downloads
395
License
ISC
Repository
github
Last release
3 years ago

error

Error with code and metadata.

Usage

import AppError from '@highoutput/error';

new AppError(
  'RESOURCE_NOT_FOUND',
  'Account does not exist.',
  { id: 'ec6756c7264dcd6851f0345278face9a' },
)