SupabaseGeneralErrorRegistry typedef

SupabaseGeneralErrorRegistry = Map<Type, Failure Function(Object exception)>

Registry mapping general exception types to failures

Implementation

typedef SupabaseGeneralErrorRegistry = Map<Type, Failure Function(Object exception)>;