[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Try(
        TryBlock {
            start: Span(
                3,
                1,
            ),
            end: Span(
                11,
                1,
            ),
            body: [],
            catches: [
                CatchBlock {
                    start: Span(
                        5,
                        3,
                    ),
                    end: Span(
                        7,
                        3,
                    ),
                    types: Identifier(
                        SimpleIdentifier {
                            span: Span(
                                5,
                                10,
                            ),
                            value: "Exception",
                        },
                    ),
                    var: Some(
                        Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span(
                                        5,
                                        20,
                                    ),
                                    name: "e",
                                },
                            ),
                        ),
                    ),
                    body: [],
                },
                CatchBlock {
                    start: Span(
                        7,
                        3,
                    ),
                    end: Span(
                        11,
                        1,
                    ),
                    types: Identifier(
                        SimpleIdentifier {
                            span: Span(
                                7,
                                10,
                            ),
                            value: "CustomException",
                        },
                    ),
                    var: Some(
                        Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span(
                                        7,
                                        26,
                                    ),
                                    name: "e",
                                },
                            ),
                        ),
                    ),
                    body: [],
                },
            ],
            finally: None,
        },
    ),
    Try(
        TryBlock {
            start: Span(
                11,
                1,
            ),
            end: Span(
                19,
                1,
            ),
            body: [],
            catches: [
                CatchBlock {
                    start: Span(
                        13,
                        3,
                    ),
                    end: Span(
                        15,
                        3,
                    ),
                    types: Identifier(
                        SimpleIdentifier {
                            span: Span(
                                13,
                                10,
                            ),
                            value: "Exception",
                        },
                    ),
                    var: Some(
                        Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span(
                                        13,
                                        20,
                                    ),
                                    name: "e",
                                },
                            ),
                        ),
                    ),
                    body: [],
                },
            ],
            finally: Some(
                FinallyBlock {
                    start: Span(
                        15,
                        3,
                    ),
                    end: Span(
                        19,
                        1,
                    ),
                    body: [],
                },
            ),
        },
    ),
    Try(
        TryBlock {
            start: Span(
                19,
                1,
            ),
            end: Span(
                23,
                1,
            ),
            body: [],
            catches: [],
            finally: Some(
                FinallyBlock {
                    start: Span(
                        21,
                        3,
                    ),
                    end: Span(
                        23,
                        1,
                    ),
                    body: [],
                },
            ),
        },
    ),
    Try(
        TryBlock {
            start: Span(
                23,
                1,
            ),
            end: Span(
                29,
                1,
            ),
            body: [],
            catches: [
                CatchBlock {
                    start: Span(
                        25,
                        3,
                    ),
                    end: Span(
                        29,
                        1,
                    ),
                    types: Identifier(
                        SimpleIdentifier {
                            span: Span(
                                25,
                                10,
                            ),
                            value: "Exception",
                        },
                    ),
                    var: None,
                    body: [],
                },
            ],
            finally: None,
        },
    ),
    Try(
        TryBlock {
            start: Span(
                29,
                1,
            ),
            end: Span(
                34,
                1,
            ),
            body: [],
            catches: [
                CatchBlock {
                    start: Span(
                        31,
                        3,
                    ),
                    end: Span(
                        34,
                        1,
                    ),
                    types: Identifier(
                        SimpleIdentifier {
                            span: Span(
                                31,
                                10,
                            ),
                            value: "Exception",
                        },
                    ),
                    var: Some(
                        Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span(
                                        31,
                                        20,
                                    ),
                                    name: "e",
                                },
                            ),
                        ),
                    ),
                    body: [],
                },
            ],
            finally: None,
        },
    ),
]
