mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
11 lines
224 B
Swift
11 lines
224 B
Swift
//
|
|
// Error.swift
|
|
// Result
|
|
//
|
|
// Created by John Gallagher on 9/12/14.
|
|
// Copyright (c) 2014 Big Nerd Ranch. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public typealias MaybeErrorType = Error & CustomStringConvertible
|