Merge pull request #11133 from nextcloud/bugfix/noid/invalid-exception
Fix exception class
This commit is contained in:
commit
210b0f092f
|
@ -67,7 +67,7 @@ interface ICloudFederationProviderManager {
|
|||
*
|
||||
* @param string $resourceType
|
||||
* @return ICloudFederationProvider
|
||||
* @throws Exceptions\ProviderDoesNotExistsException;
|
||||
* @throws Exceptions\ProviderDoesNotExistsException
|
||||
*
|
||||
* @since 14.0.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue