circles/lib/Exceptions/MemberExists.php
Maxence Lange 039326fd2b switching to circles
improved version of teams
2017-02-16 00:04:00 -01:00

7 lines
84 B
PHP

<?php
namespace OCA\Circles\Exceptions;
class MemberExists extends \Exception {
}