Instance Method

willThrow(file:line:_:)

Registers an error.

Declaration

func willThrow(file: StaticString = #file, line: UInt = #line, _ error: Error)

Parameters

error

Error to register.