# [exception.causeMatches('com.mulesoft.weave.*)]
gives an error:
[Error: unterminated string literal]
[Near : {... exception.causeMatches('com.mulesoft.weave.*) ....}]
^
[Line: 1, Column: 46]
intellisense is not giving me the expression as described in the training. is this a version issue?
5 answers
Hi
I think you missed single quote at the end. Try with this expression:
# [exception.causeMatches('com.mulesoft.weave.*')]