UNPKG

glitchkit

Version:

A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures

8 lines (7 loc) 237 B
export * from './databaseErrors'; export * from './fileSystemErrors'; export * from './httpErrors'; export * from './memoryErrors'; export * from './miscellaneous'; export * from './processExitError'; export * from './validationErrors';