@neylion/exceptions
Version:
Exceptions commonly used within ney projects
12 lines (11 loc) • 545 B
TypeScript
export * from "./getResponseFriendlyException";
export * from "./exceptions/AssertionFailedException";
export * from "./exceptions/BusinessRuleException";
export * from "./exceptions/Exception";
export * from "./exceptions/FaultyConfigException";
export * from "./exceptions/NotFoundException";
export * from "./exceptions/ResourceException";
export * from "./exceptions/ServiceContractException";
export * from "./exceptions/TimeoutException";
export * from "./exceptions/TryAgainException";
export * from "./exceptions/UnauthorizedException";