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

Class ExecutableNotFoundError

awscli/help.py:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54class ExecutableNotFoundError(Exception):
55 def __init__(self, executable_name):
56 super().__init__(
57 f'Could not find executable named "{executable_name}"'
58 )
59
60
61def get_renderer(help_output):

Callers 2

_convert_doc_contentMethod · 0.85
_convert_doc_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected