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