Total Complexity | 5 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | class ExceptionDump implements Layered |
||
17 | { |
||
18 | use ErrorsClassify; |
||
19 | |||
20 | /** |
||
21 | * @param mixed $message |
||
22 | * @param Context $ctx |
||
23 | * @return mixed |
||
24 | */ |
||
25 | public function inbound($message, Context $ctx) |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @param mixed $message |
||
32 | * @param Context $ctx |
||
33 | * @return mixed |
||
34 | */ |
||
35 | public function outbound($message, Context $ctx) |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param Throwable $e |
||
42 | * @param Context $ctx |
||
43 | * @return void |
||
44 | */ |
||
45 | public function exception(Throwable $e, Context $ctx) |
||
50 |