mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 06:42:04 +01:00
14 lines
169 B
Swift
14 lines
169 B
Swift
//
|
|
// AppError.swift
|
|
//
|
|
//
|
|
// Created by MainasuK on 2022-8-8.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public enum AppError: Error {
|
|
case badRequest
|
|
case badAuthentication
|
|
}
|