Fix exception class

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-09-10 10:03:42 +02:00
parent e9c644412c
commit 1fb84efedb
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ interface ICloudFederationProviderManager {
*
* @param string $resourceType
* @return ICloudFederationProvider
* @throws Exceptions\ProviderDoesNotExistsException;
* @throws Exceptions\ProviderDoesNotExistsException
*
* @since 14.0.0
*/