Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace DeepCopy\Exception; use ReflectionException; class PropertyException extends ReflectionException { }
<?php
namespace DeepCopy\Exception;
use ReflectionException;
class PropertyException extends ReflectionException
{
}