pelican-panel-mirror/app/Exceptions/Repository/FileNotEditableException.php
MartinOscar 636279c6eb
Add FileNotEditableException (#1135)
* 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 {}