Skip to content

Enhances UserNotAuthenticatedException#25

Merged
emirenesakalin merged 1 commit intodevfrom
fix
Oct 5, 2025
Merged

Enhances UserNotAuthenticatedException#25
emirenesakalin merged 1 commit intodevfrom
fix

Conversation

@emirenesakalin
Copy link
Contributor

Improves the UserNotAuthenticatedException by adding constructors to handle more specific error messages and include a cause.

This provides better context and debugging information when a user is not properly authenticated.

Improves the `UserNotAuthenticatedException` by adding constructors to handle more specific error messages and include a cause.

This provides better context and debugging information when a user
is not properly authenticated.
@emirenesakalin emirenesakalin self-assigned this Oct 5, 2025
Copilot AI review requested due to automatic review settings October 5, 2025 11:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Enhances the UserNotAuthenticatedException by adding multiple constructors to provide more flexibility in error handling and debugging. This allows developers to specify custom error messages and include underlying causes when authentication failures occur.

  • Added Javadoc documentation for the exception class
  • Introduced constructors for custom messages and exception chaining
  • Modified the default error message to be more concise

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@emirenesakalin emirenesakalin merged commit b9d448a into dev Oct 5, 2025
5 checks passed
@emirenesakalin emirenesakalin deleted the fix branch October 5, 2025 11:12
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