if (e.getMessage().startsWith("exceptions.TypeError")) {
paramList.remove(paramList.size() - 1);
continue;
}
throw new PasteProviderException("Error occurred while uploading paste to server [" + serverURL + "]", e);
} catch (Exception e) {
throw new PasteProviderException("Internal error occurred while uploading paste to server [" + serverURL + "]", e);
}
}
return getPasteBinServerURL() + "/show/" + ID + "/";
}