mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Use better error message for problems building repo (#1576)
This commit is contained in:
@@ -48,7 +48,7 @@ public class WLBridgedProject {
|
||||
} catch (InvalidProjectException e) {
|
||||
throw new RepositoryNotFoundException(name);
|
||||
} catch (SnapshotPostException e) {
|
||||
throw new RepositoryNotFoundException(name);
|
||||
throw new ServiceMayNotContinueException(e.getDescriptionLines().get(0), e);
|
||||
} catch (GitAPIException e) {
|
||||
throw new ServiceMayNotContinueException(e);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user