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

7 lines
89 B
PHP

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