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