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

protocol WireGuardAppError: Error {
    typealias AlertText = (title: String, message: String)
    func alertText() -> AlertText
}