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