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