<?phpnamespace DeepCopyException;use UnexpectedValueException;class CloneException extends UnexpectedValueException{}