InvalidMatchError Protocol Reference
public protocol InvalidMatchError : CustomStringConvertible, Error
Error to signify that the Matchable.matches has failed in an exceptional way,
as opposed to having not matched the input.
-
Declaration
Swift
var description: String { get }