Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PropertyException.php « Exception « DeepCopy « src « deep-copy « myclabs « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9702101a9b1b4ca7015181c0006bb1caf6d9d3f5 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace DeepCopy\Exception;

use ReflectionException;

class PropertyException extends ReflectionException
{
}