1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/lib/Node/Stmt/TryCatch.php
2011-05-30 17:29:10 +02:00

9 lines
136 B
PHP

<?php
/**
* @property array $stmts Statements
* @property array $catches Catches
*/
class Node_Stmt_TryCatch extends Node_Stmt
{
}