This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
zskk_bg
/
guochanhua
Segui
9
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
691da7dfee
Rami (Branch)
Tag
master
guochanhua
/
server
/
application
/
common
/
base
/
error
/
BaseError.php
BaseError.php
103 B
Cronologia
Originale
1
2
3
4
5
6
7
<?php
namespace app\common\base\error;
use Exception;
abstract class BaseError extends Exception {
}