* @copyright 2019 easymarketing AG * @license https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3 */ namespace Emarketing; /** * Class ClientError * @package Emarketing */ class ClientError extends \ErrorException { }