dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ServerException.php

10 lines
80 B
PHP

<?php
namespace IXR\Exception;
class ServerException extends \Exception
{
}