Skip to content

Commit b37981f

Browse files
committed
Docs: Fix name of exception thrown by amAWSAuthenticated
1 parent e78c593 commit b37981f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/REST.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function amNTLMAuthenticated($username, $password)
400400
* ?>
401401
* ```
402402
* @param array $additionalAWSConfig
403-
* @throws ModuleException
403+
* @throws ConfigurationException
404404
*/
405405
public function amAWSAuthenticated($additionalAWSConfig = [])
406406
{

0 commit comments

Comments
 (0)