Skip to content

Commit

Permalink
Merge pull request aws#640 from ururk/patch-1
Browse files Browse the repository at this point in the history
Typo in exception example
  • Loading branch information
jeremeamia committed Jun 18, 2015
2 parents d62abf0 + 0f69720 commit 0c01842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/basic-usage.rst
Expand Up @@ -288,7 +288,7 @@ about the failure, including the request-id, error code, and error type.
// from the exception using methods of the exception object.
echo $e->getAwsRequestId() . "\n";
echo $e->getAwsErrorType() . "\n";
echo $e->getAwsErrorCode() . "\n"
echo $e->getAwsErrorCode() . "\n";
}
Expand Down

0 comments on commit 0c01842

Please sign in to comment.