<?php
/**
 * @license MIT
 *
 * Modified by GravityKit using {@see https://github.com/BrianHenryIE/strauss}.
 */

namespace GravityKit\GravityExport\DeepCopy\Exception;

use UnexpectedValueException;

class CloneException extends UnexpectedValueException
{
} 