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