Skip to content

Conversation

@Martin005
Copy link
Owner

This commit introduces new exception classes for specific HTTP status codes, including:

  • MethodNotAllowedException (405)
  • TimeoutException (408)
  • GoneException (410)
  • UnsupportedMediaTypeException (415)
  • TooManyRequestsException (429)

This commit introduces new exception classes for specific HTTP status codes, including:

- MethodNotAllowedException (405)
- TimeoutException (408)
- GoneException (410)
- UnsupportedMediaTypeException (415)
- TooManyRequestsException (429)
@Martin005 Martin005 merged commit 9aa507d into main May 7, 2025
5 checks passed
@Martin005 Martin005 deleted the more-exceptions branch May 7, 2025 08:41
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.

2 participants