All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.machinezoo.noexception.ExceptionSilencer Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
// Part of NoException: https://noexception.machinezoo.com
package com.machinezoo.noexception;

final class ExceptionSilencer extends ExceptionHandler {
	@Override public boolean handle(Throwable exception) {
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy