Resources/DeepCopy/Exception/PropertyException.php

10 lines
120 B
PHP
Executable File

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