mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-22 07:20:09 -08:00
Add more descriptive message to context exceptions.
This commit is contained in:
parent
31996219ad
commit
ea4588be44
|
@ -24,7 +24,7 @@ class ChainSearchDelegate<out V>(private val valueGetter: EvaluationContext.() -
|
||||||
currentRef = currentRef.parent ?: break
|
currentRef = currentRef.parent ?: break
|
||||||
returnedValue = currentRef.valueGetter()
|
returnedValue = currentRef.valueGetter()
|
||||||
}
|
}
|
||||||
return returnedValue ?: throw ContextException()
|
return returnedValue ?: throw ContextException("context chain does not contain value")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user