| 1 | <?php |
||
| 16 | class RequestNotPassedException extends HttpException |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Result for tencent validate response |
||
| 20 | * |
||
| 21 | * @var \Godruoyi\Tencent007\Response |
||
| 22 | */ |
||
| 23 | protected $result; |
||
| 24 | |||
| 25 | public function __construct(Response $response) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get response |
||
| 34 | * |
||
| 35 | * @return \Godruoyi\Tencent007\Response |
||
| 36 | */ |
||
| 37 | public function getResult() |
||
| 41 | } |
||
| 42 |