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-03-01 11:21:31 +03:00
Code
Issues
42
Packages
Projects
Releases
12
Wiki
Activity
Files
8078f2ca4e48c4665decfe692dc0fb8445acfea0
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