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
160 B
PHP

@props([
'code' => '400',
'title' => 'Bad request',
'subtitle' => $exception->getMessage(),
'icon' => 'tabler-exclamation-circle'
])
@extends('errors::layout')