fix: remove redundant constants

This commit is contained in:
Nikita Semenov 2023-01-11 14:35:19 +03:00
parent 3bab367ce2
commit 79a5ed4149
1 changed files with 0 additions and 24 deletions

View File

@ -24,28 +24,4 @@ public enum WebViewErrorConstants {
static var errorMessageName: String {
"error"
}
static var errorMessage: String {
"message"
}
static var errorLineNumber: String {
"line"
}
static var errorColumnNumber: String {
"column"
}
static var errorName: String {
"name"
}
static var errorUrl: String {
"sourceURL"
}
static var errorStack: String {
"stack"
}
}