forked from kevinowino869/mitrobill
10 lines
120 B
PHP
10 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
namespace DeepCopy\Exception;
|
||
|
|
||
|
use ReflectionException;
|
||
|
|
||
|
class PropertyException extends ReflectionException
|
||
|
{
|
||
|
}
|