xref
: /
dokuwiki
/
vendor
/
kissifrot
/
php-ixr
/
src
/
Exception
/
ServerException.php
(revision 180ba08b1187802ed2dd5366752d6db7be386518)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
IXR
\
Exception
;
4
5
6
class
ServerException
extends
\
Exception
7
{
8
9
}
10