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