mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-27 09:36:00 +00:00
You can use `Debug.explain(someObject)` in painless to throw an `Error` that can't be caught by painless code and contains an object's class. This is useful because painless's sandbox doesn't allow you to call `someObject.getClass()`. Closes #20263