/** * 核心异常类 * @author ranyunlong<549510622@qq.com> * license MIT */ export * from './HttpException'; export * from './BadRequestException'; export * from './UnauthorizedException'; export * from './ForbiddenException'; export * from './NotFoundException'; export * from './MethodNotAllowedException'; export * from './NotAcceptableException'; export * from './ProxyAuthenticationRequiredException'; export * from './RequestTimeoutException'; export * from './ConflictException'; export * from './GoneException'; export * from './LengthRequiredException'; export * from './PreconditionFailedException'; export * from './PayloadTooLargeException'; export * from './URITooLongException'; export * from './UnsupportedMediaTypeException'; export * from './RangeNotSatisfiableException'; export * from './ExpectationFailedException'; export * from './ImATeapotException'; export * from './MisdirectedRequestException'; export * from './UnprocessableEntityException'; export * from './LockedException'; export * from './FailedDependencyException'; export * from './UnorderedCollectionException'; export * from './UpgradeRequiredException'; export * from './PreconditionRequiredException'; export * from './TooManyRequestsException'; export * from './ExpectationFailedException'; export * from './UnavailableForLegalReasonsException'; export * from './InternalServerErrorException'; export * from './NotImplementedException'; export * from './BadGatewayException'; export * from './ServiceUnavailableException'; export * from './GatewayTimeoutException'; export * from './HTTPVersionNotSupportedException'; export * from './VariantAlsoNegotiatesException'; export * from './InsufficientStorageExceotion'; export * from './LoopDetectedException'; export * from './BandwidthLimitExceededException'; export * from './NotExtendedException'; export * from './NetworkAuthenticationRequiredException';