QuietAutoClosable and ReportNothing
ReportNothing is a reporter that literally does nothing
QuietAutoClosable allows you to use try-with-resource blocks without adding a "throws Exception" to the method.
ReportNothing is a reporter that literally does nothing
QuietAutoClosable allows you to use try-with-resource blocks without adding a "throws Exception" to the method.