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