mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
4 lines
76 B
Swift
4 lines
76 B
Swift
enum TemplateError: Error, Equatable {
|
|
case circularReference([String])
|
|
}
|