mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-06-08 16:38:40 +03:00
4 lines
51 B
Swift
4 lines
51 B
Swift
enum AppError: Error {
|
|
case surfaceCreateError
|
|
}
|