Skip to content

Instantly share code, notes, and snippets.

@DenWav
Created November 16, 2015 04:25
Show Gist options
  • Save DenWav/0de2d73a7e381b47fe07 to your computer and use it in GitHub Desktop.
Save DenWav/0de2d73a7e381b47fe07 to your computer and use it in GitHub Desktop.
Duplicate
switch (e.getMessage()) {
case "empty":
message = "<html>Please fill in all required fields</html>";
break;
case "bad":
message = "<html>Please enter author and plugin names as a comma separated list</html>";
break;
default:
message = "<html>Unknown Error</html>";
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment