mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-15 17:45:32 +00:00
4 lines
51 B
Swift
4 lines
51 B
Swift
enum AppError: Error {
|
|
case surfaceCreateError
|
|
}
|