Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix exception class
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 10, 2018
commit 1fb84efedb7ddf0d5c2634d42b84cf194e7323ab
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getAllCloudFederationProviders();
*
* @param string $resourceType
* @return ICloudFederationProvider
* @throws Exceptions\ProviderDoesNotExistsException;
* @throws Exceptions\ProviderDoesNotExistsException
*
* @since 14.0.0
*/
Expand Down