10 lines
120 B
PHP
Raw Normal View History

2023-06-15 10:17:00 +07:00
<?php
namespace DeepCopy\Exception;
use ReflectionException;
class PropertyException extends ReflectionException
{
}