FunctionalTableDataExceptionHandler

public protocol FunctionalTableDataExceptionHandler

A type that provides the debugging information when an exception occurs.

  • Handles the exception. This is only for debugging purposes, and commonly used by storing the state information into the filesystem for a developer review.

    Declaration

    Swift

    func handle(exception: FunctionalTableData.Exception)

    Parameters

    exception

    The type of the exception that occurred