UNPKG

glitchkit

Version:

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

11 lines (10 loc) 877 B
export { default as GlitchKitAuthenticationFailedError } from './GlitchKitAuthenticationFailedError'; export { default as GlitchKitConnectionRefusedError } from './GlitchKitConnectionRefusedError'; export { default as GlitchKitSSLRequiredError } from './GlitchKitSSLRequiredError'; export { default as GlitchKitTimeoutError } from './GlitchKitTimeoutError'; export { default as GlitchKitTooManyConnectionsError } from './GlitchKitTooManyConnectionsError'; export { default as GkAuthenticationFailedError } from './GlitchKitAuthenticationFailedError'; export { default as GkConnectionRefusedError } from './GlitchKitConnectionRefusedError'; export { default as GkSSLRequiredError } from './GlitchKitSSLRequiredError'; export { default as GkTimeoutError } from './GlitchKitTimeoutError'; export { default as GkTooManyConnectionsError } from './GlitchKitTooManyConnectionsError';