Archive.ErrorCallback

This is the type of an error callback which is called when an unexpected event occurs.

More...
interface Archive
alias ErrorCallback = void delegate

Detailed Description

Param

exception = the exception indicating what error occurred

Meta