ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0

This commit is contained in:
speakeasybot
2024-02-23 14:46:43 +00:00
parent b55e5daaee
commit 673ba1e538
49 changed files with 1077 additions and 229 deletions

View File

@@ -40,7 +40,7 @@ try {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -82,7 +82,7 @@ try {
if ($response->statusCode === 200) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -120,7 +120,7 @@ try {
if ($response->statusCode === 200) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -165,7 +165,7 @@ try {
if ($response->statusCode === 200) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```
@@ -212,7 +212,7 @@ try {
if ($response->statusCode === 200) {
// handle response
}
} catch (Exception $e) {
} catch (Throwable $e) {
// handle exception
}
```