function attachMergeRequestError()

in public/scripts/merge_request.js [6:8]


function attachMergeRequestError(t, error) {
  throw t.NotHandled('error occurred when attaching merge request to card', error);
}