Skip to content

Commit d1b5cf2

Browse files
committed
Add ApiException doc comment for a method in api.mustache
1 parent c795929 commit d1b5cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/php-nextgen/api.mustache

+1
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ use {{invokerPackage}}\ObjectSerializer;
515515
{{/servers}}
516516
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
517517
*
518+
* @throws ApiException on non-2xx response or if the response body is not in the expected format
518519
* @throws InvalidArgumentException
519520
* @return PromiseInterface
520521
{{#isDeprecated}}

0 commit comments

Comments
 (0)