This website works better with JavaScript
Home
Verkennen
Help
Inloggen
kphcdr
/
laravel_sketch
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Aftakking:
master
Aftakkingen
Labels
master
laravel_sketch
/
app
/
Exceptions
/
ClientException.php
ClientException.php
80 B
Permalink
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
<?php
namespace App\Exceptions;
class ClientException extends \Exception
{
}