Abort

Default implementation of AbortError. You can use this as a convenient method for throwing AbortErrors without having to conform your own error-type to AbortError.

Abort.swift:8
struct Abort
throw Abort(.badRequest, reason: "Something's not quite right...")