Current File : /home/itiffy/public_html/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php
<?php

namespace DeepCopy\Exception;

use ReflectionException;

class PropertyException extends ReflectionException
{
}