Skip to content

UnrealSyncUtil

PerforceArgumentError

Bases: PerforceError

An exception that is raised when a perforce command is executed but is missing required arguments.

Source code in client/ayon_deadline/repository/custom/plugins/UnrealEngine5/UnrealSyncUtil.py
35
36
37
38
39
40
41
42
class PerforceArgumentError(PerforceError):
    """An exception that is raised when a perforce command is executed but is missing required arguments.

    Attributes:
        message -- programmer defined message
    """

    pass