From ad012798ea2e19eb65413b270233c6f123912669 Mon Sep 17 00:00:00 2001 From: VibingCreator Date: Mon, 25 Jan 2021 01:34:29 +0100 Subject: [PATCH] restore try-catch-flow.svg --- 1-js/10-error-handling/1-try-catch/try-catch-flow.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 1-js/10-error-handling/1-try-catch/try-catch-flow.svg diff --git a/1-js/10-error-handling/1-try-catch/try-catch-flow.svg b/1-js/10-error-handling/1-try-catch/try-catch-flow.svg new file mode 100644 index 00000000..ac816e35 --- /dev/null +++ b/1-js/10-error-handling/1-try-catch/try-catch-flow.svg @@ -0,0 +1 @@ +BeginNo ErrorsAn error occured in the codeIgnore catch blockIgnore the rest of tryExecute catch blocktry { }// code... \ No newline at end of file