• @[email protected]
    link
    fedilink
    English
    21 year ago

    I don’t see a catch in the screenshot. Maybe this block just has a finally that cleans some things up before the exception is thrown?

    • qazOP
      link
      English
      11 year ago

      It doesn’t have a catch block, and it isn’t supposed to throw any other exceptions inside the try block either.

  • katy ✨
    link
    fedilink
    English
    21 year ago

    Why use try/if/catch when you can use try/if/switch/catch?