mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
Fix exception class
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5209348c64
commit
2518cdd2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ interface ICloudFederationProviderManager {
|
|||
*
|
||||
* @param string $resourceType
|
||||
* @return ICloudFederationProvider
|
||||
* @throws Exceptions\ProviderDoesNotExistsException;
|
||||
* @throws Exceptions\ProviderDoesNotExistsException
|
||||
*
|
||||
* @since 14.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue