This website works better with JavaScript
Home
Verkennen
Help
Inloggen
other
/
pma
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
95e2ed6005
Aftakkingen
Labels
master
pma
/
vendor
/
thecodingmachine
/
safe
/
lib
/
Exceptions
/
SafeExceptionInterface.php
SafeExceptionInterface.php
93 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}