Files
glastree/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php
T

10 lines
120 B
PHP
Raw Normal View History

2026-06-23 11:12:28 +02:00
<?php
namespace DeepCopy\Exception;
use ReflectionException;
class PropertyException extends ReflectionException
{
}