Skip to content

Commit

Permalink
permission exception get user by id
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Mar 29, 2018
1 parent 7a7f7f5 commit 2cfa101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface UserManager {
* @return {@link be.maximvdw.spigotsite.api.user.User}
* @throws ConnectionFailedException Connection to Spigot failed
*/
User getUserById(int userid, User user) throws ConnectionFailedException;
User getUserById(int userid, User user) throws ConnectionFailedException, PermissionException;

/**
* Authenticate a spigot user
Expand Down

0 comments on commit 2cfa101

Please sign in to comment.