social/lib/Exceptions/AccountAlreadyExistsExcepti...

9 wiersze
102 B
PHP

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