mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user