This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
other
/
pma
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
95e2ed6005
Gałęzie
Tagi
master
pma
/
vendor
/
thecodingmachine
/
safe
/
lib
/
Exceptions
/
SafeExceptionInterface.php
SafeExceptionInterface.php
93 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}