Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove BoundCylinderToZPhi final, add exception (#3926)
- I missed a `final` in one location (see #3923) - Adding an exception to `GridAccessJsonConverter::toJson`. This was previously silently returning an empty json object if none of the downcasts worked. Since the downcast chain is not exhaustive, I think it's better to throw if there's an unhandled case.
- Loading branch information