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