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