mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 10:18:09 +01:00
5 lines
53 B
PHP
5 lines
53 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Stmt_TryCatch extends Node_Stmt
|
||
|
{
|
||
|
}
|