TryCatch Class ============== .. php:class:: TryCatch Represents a Try/Catch section .. php:method:: __construct(Tryy $try, Catchh $catch, ?Finallyy $finally = null) Create a new TryCatch :param Tryy $try: The *try* section :param Catchh $catch: The *catch* section :param ?Finallyy $finally: The *finally* section (default: no *finally* section) :returns: A new TryCatch instance :rtype: TryCatch