1 | <?php |
||
11 | class TryCatchSt extends AbstractCompiler |
||
12 | { |
||
13 | protected $name = '\PhpParser\Node\Stmt\TryCatch'; |
||
14 | |||
15 | /** |
||
16 | * @param \PhpParser\Node\Stmt\TryCatch $statement |
||
17 | * @param Context $context |
||
18 | * @return CompiledExpression |
||
19 | */ |
||
20 | public function compile($statement, Context $context) |
||
34 | } |
||
35 |