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