public protocol DispatcherProtocol
Common dispatcher behaviour
public protocol DispatcherProtocol
Common dispatcher behaviour
Dispatch error to the errors store.
Swift
func dispatchError(_ component: ComponentProtocol, _ error: PRESTOError)
component
|
that issued an error |
error
|
Reported error. |