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