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