Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
sosuke.iwabuchi
/
KT-MyPage
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
1
Branch
2.6MB
Tree:
d99699ebda
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van 'd99699ebda'
${ noResults }
KT-MyPage
/
app
/
Exceptions
/
AppCommonException.php
10 lines
97B
Ruw
Blame
Geschiedenis
<?php
namespace App\Exceptions;
use Exception;
class AppCommonException extends Exception
{
}