ThrowKeyword

public enum ThrowKeyword : String

Represents the throw and rethrow keywords on a function

  • THe throws keyword

    Declaration

    Swift

    case `throws`
  • THe rethrows keyword

    Declaration

    Swift

    case `rethrows`