/
jagepard
/
Rudra-Exception
Обзор
Документация
Войти
/
jagepard
/
Rudra-Exception
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ExceptionInterface.php
19 строк
505 B
Jagepard
refactor: update exceptions to PHP 8.4 standards
09 июн 2026, 15:07
09 июн 2026, 15:07
4854d93
Код
Авторство
О чём код?
<?php /** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * @author Korotkov Danila (Jagepard) <jagepard@yandex.ru> * @license https://mozilla.org/MPL/2.0/ MPL-2.0 */ namespace Rudra\Exceptions; /** * A marker interface used to tag all custom exceptions within the Rudra framework. */ interface ExceptionInterface extends \Throwable { }