This website works better with JavaScript
Home
Verkennen
Help
Registreren
Inloggen
zxhxx
/
myc
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
af2300802d
Aftakkingen
Labels
master
myc
/
ln
/
exceptions
/
SmsException.php
SmsException.php
95 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace ln\exceptions;
use Throwable;
class SmsException extends \Exception
{
}