aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuardAppError.swift
blob: 3e4707d6b42135cf96d61bc9442adfbf2956a415 (plain) (blame)
1
2
3
4
5
6
// SPDX-License-Identifier: MIT
// Copyright © 2018 WireGuard LLC. All Rights Reserved.

protocol WireGuardAppError: Error {
    func alertText() -> (/* title */ String, /* message */ String)?
}