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