This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
panel
Watch
1
Star
0
Fork
0
You've already forked panel
mirror of
https://github.com/pelican-dev/panel.git
synced
2026-07-25 06:04:04 +03:00
Code
Issues
42
Packages
Projects
Releases
14
Wiki
Activity
Files
a53b3fda10bde99720ca982a7e92df8d4e301aa9
panel
/
app
/
Exceptions
/
PanelException.php
6 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
Switch namespace back to App
2024-03-12 22:39:16 -04:00
<
?
php
namespace
App\Exceptions
;
Update all dependencies (#712) * update composer.lock * run pint * fix phpstan * update migrations (sqlite `dropForeign`) * fix migrations * Reset these back for now * Alphabetize the rules * run `php artisan filament:upgrade` --------- Co-authored-by: Lance Pioch <git@lance.sh>
2024-11-22 09:27:57 +01:00
class
PanelException
extends
\Exception
{}
Reference in New Issue
Copy Permalink