```php try { // ... } catch (AnyException $anyException) { throw $anyException; } ``` Same as: ```php // ... ```
Same as:
// ...