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