Fix exception class
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e9c644412c
commit
1fb84efedb
|
@ -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