spacevim/bundle/phpcomplete.vim/tests/fixtures/GetClassName/catch.php

13 lines
116 B
PHP
Raw Normal View History

2024-08-21 14:17:26 +08:00
<?php
try {
foo();
} catch (Exception $e) {
$e->
}
try {
foo();
} catch (NS\Exception $e) {
$e->
}