1 | <?php |
||
26 | class LogExceptionsPointCut extends CommonPointCut implements PointCutable |
||
27 | { |
||
28 | /** @var string */ |
||
29 | protected $annotation = \Ytake\LaravelAspect\Annotation\LogExceptions::class; |
||
30 | |||
31 | /** |
||
32 | * @param Container $app |
||
33 | * |
||
34 | * @return \Ray\Aop\Pointcut |
||
35 | */ |
||
36 | public function configure(Container $app) |
||
42 | } |
||
43 |