// (C) 2019 GoodData Corporation
export function defaultErrorHandler(error: any) {
    console.error(error); // tslint:disable-line:no-console
}
