mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-10 13:16:41 +03:00
12 lines
150 B
Swift
12 lines
150 B
Swift
//
|
|
// SVGParserError.swift
|
|
// Pods
|
|
//
|
|
// Created by Yuri Strot on 1/26/17.
|
|
//
|
|
//
|
|
|
|
enum SVGParserError: Error {
|
|
case noSuchFile(path: String)
|
|
}
|