2023-06-15 10:17:00 +07:00

10 lines
120 B
PHP

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