Skip to content

Instantly share code, notes, and snippets.

@FlutterZeroGit
Created August 17, 2022 09:25
Show Gist options
  • Save FlutterZeroGit/7fe2ab59d3b4fa63986d5cef57cd10bf to your computer and use it in GitHub Desktop.
Save FlutterZeroGit/7fe2ab59d3b4fa63986d5cef57cd10bf to your computer and use it in GitHub Desktop.
Exception: simple
void main() {
try {
dynamic boolean = true;
boolean++;
} catch (e) {
print('Error: $e');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment