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