You should be able to use `Try { report ?: throw N...
# arrow
s
You should be able to use
Try { report ?: throw NoDataException("No report found") }.toEither()