FLExceptionError

public protocol FLExceptionError : FLError

A type representing exception errors

  • The underlying exception error

    Declaration

    Swift

    var exceptionalError: Error { get }