UNPKG

nestjs-resilience

Version:

A module for improving the reliability and fault-tolerance of your NestJS applications

7 lines (6 loc) 264 B
export * from './bulkhead-rejected.exception'; export * from './circuit-opened.exception'; export * from './health-check-failed.exception'; export * from './resilience-runtime.exception'; export * from './timeout.exception'; export * from './throttler.exception';