throws
keyword for methods and constructors declarations
#2249
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
What is about to introduce
throws
keyword:This will help to indicates that place of method/constructor calling must be wrapped in try-catch block.
You can find same language feature in Java (look spec here and here)..
The text was updated successfully, but these errors were encountered: