Skip to content

Instantly share code, notes, and snippets.

@Vatsalya-singhi
Created March 27, 2025 18:35
Show Gist options
  • Save Vatsalya-singhi/dfd28b516be96defdffa1a5674aa0966 to your computer and use it in GitHub Desktop.
Save Vatsalya-singhi/dfd28b516be96defdffa1a5674aa0966 to your computer and use it in GitHub Desktop.
@Get()
@UseFilters(HttpExceptionFilter) // Apply to only this method
findAll() {
throw new HttpException('Users not found', HttpStatus.NOT_FOUND);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment