This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
other
/
pma
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
95e2ed6005
Гілки
Теги
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
{
}