Skip to content

Commit 18b5e92

Browse files
Implement remote graph drop procedure
1 parent f5417bd commit 18b5e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/neo4j/gds/core/loading/GraphNotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
public class GraphNotFoundException extends NoSuchElementException {
2727
private final GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey;
2828

29-
GraphNotFoundException(GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey) {
29+
public GraphNotFoundException(GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey) {
3030
super(
3131
formatWithLocale(
3232
"Graph with name `%s` does not exist on database `%s`. It might exist on another database.",

0 commit comments

Comments
 (0)