SystemException
public enum SystemException: UnificationErrorType
An exception thrown in the enumerateMatches
callback that instructs whether the
system ought to continue enumerating matches or break prematurely.
-
Continue enumerating matches.
Declaration
Swift
case Continue
-
Break prematurely.
Declaration
Swift
case Break