[PR #334] [MERGED] Better exception handling #699

Closed
opened 2026-02-04 18:44:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/334
Author: @lancepioch
Created: 6/6/2024
Status: Merged
Merged: 6/8/2024
Merged by: @notAreYouScared

Base: mainHead: issue/297


📝 Commits (4)

📊 Changes

5 files changed (+37 additions, -9 deletions)

View changed files

📝 app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php (+3 -3)
📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+4 -3)
📝 app/Filament/Resources/UserResource/Pages/EditUser.php (+6 -0)
app/Services/Exceptions/FilamentExceptionHandler.php (+24 -0)
📝 bootstrap/app.php (+0 -3)

📄 Description

This doesn't handle very case, but it lays the ground work to be able to do that. Resolves #297

Simply add the magic exception method to a Livewire component and optionally add custom members to the Exception!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/334 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `issue/297` --- ### 📝 Commits (4) - [`df26c4f`](https://github.com/pelican-dev/panel/commit/df26c4f9f52572a8cc3f25b289940b470cc50d56) Better exception handling - [`a4435a7`](https://github.com/pelican-dev/panel/commit/a4435a7454c8410d6680527232a7c58ebe20d611) Pint fix - [`51cd7a8`](https://github.com/pelican-dev/panel/commit/51cd7a8e814837d358728888b6a0803c3a9657bb) Remove unused route files - [`643e416`](https://github.com/pelican-dev/panel/commit/643e4168b9498cacfa4e5835bd3ca01ba0bc0828) Add required rule separately ### 📊 Changes **5 files changed** (+37 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php` (+3 -3) 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+4 -3) 📝 `app/Filament/Resources/UserResource/Pages/EditUser.php` (+6 -0) ➕ `app/Services/Exceptions/FilamentExceptionHandler.php` (+24 -0) 📝 `bootstrap/app.php` (+0 -3) </details> ### 📄 Description This doesn't handle very case, but it lays the ground work to be able to do that. Resolves #297 Simply add the magic `exception` method to a Livewire component and optionally add custom members to the Exception! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:44:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#699