Skip to content

Instantly share code, notes, and snippets.

@Rockson
Created July 28, 2021 14:45
Show Gist options
  • Save Rockson/9d3d392cc5cfa7137c5bb7ed95bc960e to your computer and use it in GitHub Desktop.
Save Rockson/9d3d392cc5cfa7137c5bb7ed95bc960e to your computer and use it in GitHub Desktop.
interface MyRepo {
public void save() throws SQLException;
}
interface MyRepo {
public void save() throws PGSqlException;
}
interface MyRepo {
public void save() throws Exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment