Files
Macaw/Source/utils/CommonError.swift

12 lines
203 B
Swift

//
// CommonError.swift
// Macaw
//
// Created by Daniil Manin on 04.10.2021.
// Copyright © 2021 Exyte. All rights reserved.
//
enum CommonError: Error, Equatable {
case invalidImageContext
}