1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-11-11 01:42:35 +03:00
Macaw/Source/svg/SVGParserError.swift
2017-01-26 22:10:33 +07:00

12 lines
148 B
Swift

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