aws_lambda_builders/workflows/custom_make/exceptions.py (2 lines of code) (raw):

""" Series of Exceptions raised by Custom Makefile builder. """ class MakeFileNotFoundError(Exception): pass