Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Last active April 24, 2020 17:01
Show Gist options
  • Save Raouf25/0d631e58d72bda3033dba248ae0245a5 to your computer and use it in GitHub Desktop.
Save Raouf25/0d631e58d72bda3033dba248ae0245a5 to your computer and use it in GitHub Desktop.
public class ClientUnavailableException extends BackendException {
public ClientUnavailableException(String message) {
super(ErrorEnum.CLIENT_UNAVAILABLE_ERROR, "%s is unavailable", message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment