Skip to content

Instantly share code, notes, and snippets.

interface MyRepo {
public void save() throws SQLException;
}
interface MyRepo {
public void save() throws PGSqlException;
}
interface MyRepo {
public void save() throws Exception;