Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/41cb762dec141c19d9b6beba30d8f28d to your computer and use it in GitHub Desktop.
Save luanpotter/41cb762dec141c19d9b6beba30d8f28d to your computer and use it in GitHub Desktop.
final variable = try {
parseInput(arg);
} catch (ex) {
logger.log(ex, 'Failed to parse input $arg');
getDefaultValue();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment