1 | <?php |
||
22 | final class AfterThrowingInterceptor extends BaseInterceptor implements AdviceAfter |
||
23 | { |
||
24 | /** |
||
25 | * After throwing exception invoker |
||
26 | * |
||
27 | * @param Joinpoint $joinpoint the concrete joinpoint |
||
28 | * |
||
29 | * @return mixed the result of the call to {@link Joinpoint::proceed()} |
||
30 | * @throws Exception |
||
31 | */ |
||
32 | 2 | public function invoke(Joinpoint $joinpoint) |
|
45 | } |
||
46 |