social/lib/Exceptions/ServiceAccountAlreadyExistE...

9 wiersze
108 B
PHP

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