This website works better with JavaScript
Главная
Обзор
Помощь
Вход
other
/
pma
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Ветка:
master
Ветки
Метки
master
pma
/
vendor
/
thecodingmachine
/
safe
/
lib
/
Exceptions
/
SafeExceptionInterface.php
SafeExceptionInterface.php
93 B
Постоянная ссылка
История
Исходник
1
2
3
4
5
6
7
8
9
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}