import TraceableErrors
Coverage
Declarations
Interfaces
protocol NamedError : CustomStringConvertible, Error
An error type that supports printing with a custom heading.
protocol TraceableError : CustomStringConvertible, Error
A link in a propogated error.
import Grammar