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

Method _do_handle_exception

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

Source from the content-addressed store, hash-verified

393 RC = GENERAL_ERROR_RC
394
395 def _do_handle_exception(self, exception, stdout, stderr, **kwargs):
396 # Generic exceptions don't have meaningful structure,
397 # so always use plain text formatting
398 write_error(stderr, str(exception))
399 return self.RC
400
401
402class ChainedExceptionHandler(BaseExceptionHandler):

Callers

nothing calls this directly

Calls 1

write_errorFunction · 0.90

Tested by

no test coverage detected