MCPcopy Index your code
hub / github.com/aws/aws-cli / handle_exception

Method handle_exception

awscli/errorhandler.py:134–135  ·  view source on GitHub ↗
(self, exception, stdout, stderr, **kwargs)

Source from the content-addressed store, hash-verified

132
133class BaseExceptionHandler:
134 def handle_exception(self, exception, stdout, stderr, **kwargs):
135 raise NotImplementedError('handle_exception')
136
137
138class FilteredExceptionHandler(BaseExceptionHandler):

Calls

no outgoing calls