Contents

handleIssue(_:)

Handle a specified issue.

Declaration

func handleIssue(_ issue: Issue) -> Issue?

Parameters

  • issue:

    The issue to handle.

Return Value

An issue to replace issue, or else nil if the issue should not be recorded.