xref: /dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ClientException.php (revision 4d41588b14390635a58b656754c6dbea886e2736)
1<?php
2
3namespace IXR\Exception;
4
5
6class ClientException extends \Exception
7{
8
9}
10