aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuardAppError.swift
blob: 5289633417f7f24be0a9fd8187a0cd97d65ad193 (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)
}