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