Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

fix: PassageError class is now correctly imported in the auth and user classes#176

Merged
ctran88 merged 1 commit into
mainfrom
PSG-6069-fix-error-class-import
Apr 29, 2025
Merged

fix: PassageError class is now correctly imported in the auth and user classes#176
ctran88 merged 1 commit into
mainfrom
PSG-6069-fix-error-class-import

Conversation

@ctran88
Copy link
Copy Markdown
Contributor

@ctran88 ctran88 commented Apr 29, 2025

What's New?

The Auth and User classes throw a PassageError error, but don't require them in their respective files.

This PR adds the require statements to correctly initialize the error class.

Screenshots (if appropriate):

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have manually tested my code thoroughly
  • I have added/updated inline documentation for public facing interfaces if relevant
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing integration and unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional context

@ctran88 ctran88 linked an issue Apr 29, 2025 that may be closed by this pull request
@sonarqubecloud
Copy link
Copy Markdown

@ctran88 ctran88 marked this pull request as ready for review April 29, 2025 17:07
@ctran88 ctran88 requested a review from a team April 29, 2025 17:07
@ctran88 ctran88 merged commit 42e894a into main Apr 29, 2025
7 checks passed
@ctran88 ctran88 deleted the PSG-6069-fix-error-class-import branch April 29, 2025 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PassageError class is not found in Passage::User class

2 participants