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