@pallad/common-errors
Version:
Common domain errors
13 lines (12 loc) • 366 B
TypeScript
/**
* @file Automatically generated by barrelsby.
*/
export * from "./ApplicationError";
export * from "./AuthenticationError";
export * from "./AuthorizationError";
export * from "./BaseError";
export * from "./ConflictError";
export * from "./InternalError";
export * from "./LimitExceededError";
export * from "./NotFoundError";
export * from "./TimeoutError";