Exceptions/Catch an exception thrown in a nested call: Difference between revisions

→‎{{header|Scala}}: Marked incomplete. Needs to "Show/describe what happens when the program is run."
(Scala added)
(→‎{{header|Scala}}: Marked incomplete. Needs to "Show/describe what happens when the program is run.")
Line 1,980:
 
=={{header|Scala}}==
{{incorrect|Scala|Show/describe what happens when the program is run.}}
[[Category:Scala Implementations]]{{libheader|Scala}}<lang Scala>object ExceptionsTest extends App {
class U0 extends Exception
Anonymous user