[](https://travis-ci.org/Nick Ager/AnyError)
Swift µframework - AnyError(cause:ErrorType)
- providing type erasure for ErrorType(s).
Originally designed to be used as the error type associated with a Future
or Result
- so that when composing futures with map/flatMap the error type is the same and can be propagated through the compositional chain.
- See Type erasure with AnyError for further details.
AnyError is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AnyError"
Nick Ager, [email protected]
AnyError is available under the MIT license. See the LICENSE file for more info.