Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Implement re-throw #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should be able to do this:

  try {
    ...
  } catch (Exception ex) {
    ...
    throw;  # rethrow the current exception
  }

Original issue reported on code.google.com by mind...@gmail.com on 20 May 2011 at 11:22