This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
other
/
pma
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
95e2ed6005
Grenar
Taggar
master
pma
/
vendor
/
thecodingmachine
/
safe
/
lib
/
Exceptions
/
SafeExceptionInterface.php
SafeExceptionInterface.php
93 B
Historik
Rå
1
2
3
4
5
6
7
8
9
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}