summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/RedundancyLimitException.php
blob: 7a28a908a80631aa0ff606c6fc35ac79cc95a1b5 (plain)
1
2
3
4
5
6
7
8
<?php

namespace OCA\Social\Exceptions;

class RedundancyLimitException extends \Exception {

}