1<?php
2
3namespace DeepCopy\Exception;
4
5use UnexpectedValueException;
6
7class CloneException extends UnexpectedValueException
8{
9}