social/lib/Exceptions/RedundancyLimitException.php

9 wiersze
97 B
PHP

<?php
namespace OCA\Social\Exceptions;
class RedundancyLimitException extends \Exception {
}