Skip to content

fix: use NestJS HTTP exceptions in vouching service#84

Open
Doiae9 wants to merge 1 commit into
StepFi-app:mainfrom
Doiae9:fix/nestjs-http-exceptions
Open

fix: use NestJS HTTP exceptions in vouching service#84
Doiae9 wants to merge 1 commit into
StepFi-app:mainfrom
Doiae9:fix/nestjs-http-exceptions

Conversation

@Doiae9

@Doiae9 Doiae9 commented Jul 2, 2026

Copy link
Copy Markdown

Fixes #68

  • Replaced all new Error(...) instances with appropriate NestJS HTTP exceptions (InternalServerErrorException, BadRequestException, NotFoundException) in vouching.service.ts.
  • Verified and applied the same fix in vendors.service.ts at line 63.

@Doiae9 Doiae9 requested a review from EmeditWeb as a code owner July 2, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: use NestJS HTTP exceptions in vouching service

1 participant