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/Throw.php

8 lines
98 B
PHP

<?php
/**
* @property Node_Expr $expr Expression
*/
class Node_Stmt_Throw extends Node_Stmt
{
}