ghostty/macos/Sources/Ghostty/AppError.swift
2023-08-04 17:17:18 -07:00

4 lines
51 B
Swift

enum AppError: Error {
case surfaceCreateError
}