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 6b94bb4 commit 5b6b984Copy full SHA for 5b6b984
psi-java/src/main/kotlin/io/spine/tools/psi/java/PsiElementExts.kt
@@ -67,9 +67,10 @@ public fun PsiElement.getFirstByText(
67
findFirstByText(startsWith, contains)
68
?: error(
69
"""
70
- The child element was not found.
+ A child PSI element could not be found.
71
File: ${this.containingFile.name}
72
Parent element: `$this`
73
+ Code:
74
```
75
""".trimIndent() +
76
this.node.text +
0 commit comments