Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _handle_exception
Method
_handle_exception
awscli/customizations/wizard/app.py:89–90 ·
view source on GitHub ↗
(self, loop, context)
Source
from the content-addressed store, hash-verified
87
loop.close()
88
89
def
_handle_exception(self, loop, context):
90
self.exit(exception=UnexpectedWizardException(context[
'exception'
]))
91
92
93
class
WizardTraverser:
Callers
nothing calls this directly
Calls
2
UnexpectedWizardException
Class · 0.90
exit
Method · 0.45
Tested by
no test coverage detected