aws_lambda_builders/workflows/python_pip/exceptions.py (3 lines of code) (raw):

""" Python pip specific workflow exceptions. """ from aws_lambda_builders.exceptions import LambdaBuilderError class MissingPipError(LambdaBuilderError): MESSAGE = "pip executable not found in your python environment at {python_path}"