mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
10 lines
120 B
PHP
Executable File
10 lines
120 B
PHP
Executable File
<?php
|
|
|
|
namespace DeepCopy\Exception;
|
|
|
|
use ReflectionException;
|
|
|
|
class PropertyException extends ReflectionException
|
|
{
|
|
}
|