| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class ClientException extends AlibabaCloudException |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * ClientException constructor. |
||
| 18 | * |
||
| 19 | * @param string $errorMessage |
||
| 20 | * @param string $errorCode |
||
| 21 | * @param Exception|null $previous |
||
| 22 | */ |
||
| 23 | 197 | public function __construct($errorMessage, $errorCode, $previous = null) |
|
| 28 | 197 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @codeCoverageIgnore |
||
| 32 | * @deprecated |
||
| 33 | */ |
||
| 34 | public function getErrorType() |
||
| 39 |