miniflux-legacy/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ServerErrorException.php

16 lines
202 B
PHP

<?php
namespace JsonRPC\Exception;
use Exception;
/**
* Class ServerErrorException
*
* @package JsonRPC\Exception
* @author Frederic Guillot
*/
class ServerErrorException extends Exception
{
}