ErrorConstructor typedef

ErrorConstructor = ReclaimError Function(String message, [dynamic innerError])

Implementation

typedef ErrorConstructor = ReclaimError Function(String message,
    [dynamic innerError]);