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