package com.yoursway.utils.bugs; public class NopBugHandler implements BugHandler { public void bug(Throwable throwable) { } }