mirror of
https://github.com/itflow-org/itflow
synced 2026-05-18 16:58:19 +00:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace DeepCopy\Exception;
|
|
|
|
use ReflectionException;
|
|
|
|
class PropertyException extends ReflectionException
|
|
{
|
|
}
|