Created
July 28, 2021 14:45
-
-
Save Rockson/9d3d392cc5cfa7137c5bb7ed95bc960e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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