Skip to content

refactor: remove unused exception classes#102

Open
kingpy-bot wants to merge 1 commit into
morcen:mainfrom
kingpy-bot:kingpy/remove-dead-exceptions-99
Open

refactor: remove unused exception classes#102
kingpy-bot wants to merge 1 commit into
morcen:mainfrom
kingpy-bot:kingpy/remove-dead-exceptions-99

Conversation

@kingpy-bot

Copy link
Copy Markdown
Contributor

Summary

  • remove four exception classes that are never referenced outside their own declarations
  • keep the exception namespace limited to the three error types the package actually throws
  • reduce misleading public API surface left over from the pre-v3 design

Verification

  • full Pest suite: 103 tests, 259 assertions
  • Laravel Pint check: 45 files passed
  • git diff --check
  • repository-wide search confirms the four removed class names have no remaining references

Closes #99.

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.

Four exception classes are dead code — never thrown anywhere in the package

1 participant