📜  我们可以在 throw 语句之后编写任何代码吗?无论代码示例

📅  最后修改于: 2022-03-11 15:00:12.903000             🧑  作者: Mango

代码示例1
No, we can not place any code after throw statement, 
it leads to compile time error 
Unreachable Statement.