ttrss/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php

10 lines
120 B
PHP

<?php
namespace DeepCopy\Exception;
use ReflectionException;
class PropertyException extends ReflectionException
{
}