mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 18:28:25 +01:00
10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
|
|
|
/**
|
|
* @property PHPParser_Node_Name $type Class of exception
|
|
* @property string $var Variable for exception
|
|
* @property array $stmts Statements
|
|
*/
|
|
class PHPParser_Node_Stmt_Catch extends PHPParser_Node_Stmt
|
|
{
|
|
} |