IUnhandledExceptionPublisher
interface IUnhandledExceptionPublisher<CauseBase = IEvent | ICommand, ExceptionBase = any> {
publish(info: UnhandledExceptionInfo<CauseBase, ExceptionBase>): any
}
Methods
publish() | ||||||
---|---|---|---|---|---|---|
Publishes an unhandled exception. |
||||||
Parameters
Returns
|