function authError()

in public/scripts/utils.js [14:16]


function authError(t, error) {
  throw t.NotHandled('error occurred while getting authorization status from Trello', error);
}