mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 13:08:25 -04:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace DeepCopy\Exception;
|
|
|
|
use ReflectionException;
|
|
|
|
class PropertyException extends ReflectionException
|
|
{
|
|
}
|