1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 01:47:44 +03:00
Macaw/Source/svg/SVGParserError.swift
Julius Lundang 362d2a6f12 👌 Updating code due to code review changes.
* Updated SVGParserError to conform to Equatable so we can throwing functions
2018-08-19 17:04:28 +08:00

12 lines
161 B
Swift

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