Skip to content

Commit

Permalink
Merge pull request #6 from SDPM-lab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
monkenWu authored Feb 6, 2023
2 parents 1ade3f5 + 4e80c9e commit d7f8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/ActionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function forServiceActionConnectError(
RequestInterface $request,
ActionInterface $action,
?string $alias = null,
string $guzzleMsg
string $guzzleMsg = ""
): ActionException {
$msg = "Action {$serviceName} 在地址 {$requestSettings->url}{$requestSettings->method} 方法呼叫 {$requestSettings->path} 時發生伺服器連線異常。Guzzle7: {$guzzleMsg}";
if ($alias) {
Expand Down

0 comments on commit d7f8d73

Please sign in to comment.