- Fixed File(s)Interceptor to correctly populate thrown exceptions.
- Added Error inheritance for HttpException, RpcException, and WsException and made CORS middleware customizable via enableCors().
- Updated core typings: NestFactory.create() now returns any and integrated ApplicationConfig into ExternalContextCreator.