UNPKG

apollo-client

Version:
11 lines 213 B
export function tryFunctionOrLogError(f) { try { return f(); } catch (e) { if (console.error) { console.error(e); } } } //# sourceMappingURL=errorHandling.js.map