1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 01:47:44 +03:00
Macaw/Source/svg/SVGParserError.swift
2018-10-02 14:11:05 +06:00

15 lines
259 B
Swift

//
// SVGParserError.swift
// Pods
//
// Created by Yuri Strot on 1/26/17.
//
//
enum SVGParserError: Error, Equatable {
case noSuchFile(path: String)
case incorrectFilterEffectsOrder
case maskUnsupportedNodeType
case invalidContentMode
}