Instance Property
abortReason
The use of
@_implements here allows us to get away with the fact that Vapor/AbortError requires a property named reason of type String while LeafError has an identically named property of an enum type.var abortReason: String { get }
Discussion
See Vapor/AbortError/reason.