The document discusses exception handling on the Zend VM. It provides code examples of throwing, catching, and rethrowing exceptions. It also shows how exceptions are handled when using try/catch blocks and try/finally blocks, including how the finally block is always executed even if an exception is thrown in the try block.Read less