File "Exception.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php
File
size: 193 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
// Copyright 1999-2020. Plesk International GmbH.
namespace PleskX\Api;
defined('ABSPATH') or die();
/**
* Exceptions for XML-RPC API client.
*/
class Exception extends \Exception
{
}