This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
igamebox
/
mtb_typecho
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
6876a27305
Ramos
Etiquetas
master
mtb_typecho
/
var
/
IXR
/
Exception.php
Exception.php
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace IXR;
/**
* IXR异常类
*
* @package IXR
*/
class Exception extends \Exception
{
}