mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-11 16:49:43 +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
|
||
|
{
|
||
|
}
|