Commit 24e0bf8
committed
minor #47039 Throw error with debug message when ExpressionLanguage Component is not installed (WebMamba)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
Throw error with debug message when ExpressionLanguage Component is not installed
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
When using the ExpressionLanguageSyntax constraints without installing the ExpressionLanguage component you get a random error. This PR throws an exception with a debugging message to suggest you install the expression language component.
Commits
-------
5e4471a952 Throw error with debug message when ExpressionLanguage Component is not installed1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments