/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/common/exceptions/index.ts
23 строки
1010 B
Kamil Myśliwiec
feat(common): introduce intrinsic exception
21 ноя 2024, 12:09
Не верифицирован
21 ноя 2024, 12:09
f99617d
Код
Авторство
О чём код?
export * from './bad-gateway.exception'; export * from './bad-request.exception'; export * from './conflict.exception'; export * from './forbidden.exception'; export * from './gateway-timeout.exception'; export * from './gone.exception'; export * from './http-version-not-supported.exception'; export * from './http.exception'; export * from './im-a-teapot.exception'; export * from './internal-server-error.exception'; export * from './intrinsic.exception'; export * from './method-not-allowed.exception'; export * from './misdirected.exception'; export * from './not-acceptable.exception'; export * from './not-found.exception'; export * from './not-implemented.exception'; export * from './payload-too-large.exception'; export * from './precondition-failed.exception'; export * from './request-timeout.exception'; export * from './service-unavailable.exception'; export * from './unauthorized.exception'; export * from './unprocessable-entity.exception'; export * from './unsupported-media-type.exception';