1 | <?php |
||
5 | class BusinessException extends GatewayException |
||
6 | { |
||
7 | /** |
||
8 | * Bootstrap. |
||
9 | * |
||
10 | * @author yansongda <[email protected]> |
||
11 | * |
||
12 | * @param string $message |
||
13 | * @param array|string $raw |
||
14 | */ |
||
15 | public function __construct($message, $raw = []) |
||
19 | } |
||
20 |