We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5417bd commit 18b5e92Copy full SHA for 18b5e92
core/src/main/java/org/neo4j/gds/core/loading/GraphNotFoundException.java
@@ -26,7 +26,7 @@
26
public class GraphNotFoundException extends NoSuchElementException {
27
private final GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey;
28
29
- GraphNotFoundException(GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey) {
+ public GraphNotFoundException(GraphStoreCatalog.UserCatalog.UserCatalogKey userCatalogKey) {
30
super(
31
formatWithLocale(
32
"Graph with name `%s` does not exist on database `%s`. It might exist on another database.",
0 commit comments