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