7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-24 10:21:09 +02:00
MartinOscar 636279c6eb
Add FileNotEditableException ()
* Add `FileNotEditableException`

* Send `Notification` instead of Throwing

* Remove useless `function`

* Make them all `AlertBanner`
2025-04-02 21:44:51 -04:00

8 lines
113 B
PHP

<?php
namespace App\Exceptions\Repository;
use Exception;
class FileNotEditableException extends Exception {}