1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 09:59:10 +03:00
Macaw/Source/svg/SVGParserError.swift

12 lines
150 B
Swift
Raw Normal View History

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