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

7 lines
82 B
PHP

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