mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 17:17:31 +01:00
8 lines
128 B
PHP
8 lines
128 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property PHPParser_Node_Expr $expr Expression
|
||
|
*/
|
||
|
class PHPParser_Node_Stmt_Throw extends PHPParser_Node_Stmt
|
||
|
{
|
||
|
}
|