exceptions

Module Contents

class InvalidProject(errors)

Exception thrown when a project is determined to be invalid

errors

list[str]|str – The errors found with the Project

Parameters:errors (list[str]|str) – The errors found with the Project
__init__(errors)
__repr__()