1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00
Files
app/phpmon/Common/Errors/AlertableError.swift

14 lines
243 B
Swift

//
// Errors.swift
// PHP Monitor
//
// Created by Nico Verbruggen on 06/02/2022.
// Copyright © 2023 Nico Verbruggen. All rights reserved.
//
import Foundation
public protocol AlertableError {
func getErrorMessageKey() -> String
}