| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | class StopActionException extends Exception |
||
| 33 | { |
||
| 34 | /** |
||
| 35 | * @var ResponseInterface |
||
| 36 | */ |
||
| 37 | private $response; |
||
| 38 | |||
| 39 | public function __construct($message = '', $code = 0, \Throwable $previous = null, ResponseInterface $response = null) |
||
| 43 | } |
||
| 44 | |||
| 45 | public function getResponse(): ResponseInterface |
||
| 50 |