From 0692583d4c480e8bcc70e87cfd4bdf2b4cedbceb Mon Sep 17 00:00:00 2001 From: Anon George Date: Wed, 9 May 2018 18:20:29 +0530 Subject: [PATCH] Added a curly open braces --- C++/62_cppBeginners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C++/62_cppBeginners.cpp b/C++/62_cppBeginners.cpp index 5e9c928..42f8f1e 100644 --- a/C++/62_cppBeginners.cpp +++ b/C++/62_cppBeginners.cpp @@ -11,7 +11,7 @@ int main() { throw 99; } - }catch(int x); + }catch(int x){; cout << "son can not be older than mom ERROR NUMBER :" << x << endl; }