mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
Merge branch 'patch-2' of https://github.com/ravinikam/swagger-codegen into ravinikam-patch-2
This commit is contained in:
commit
3dfa423151
@ -344,7 +344,7 @@ pplx::task<{{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}void{{/r
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw ApiException(500
|
throw ApiException(500
|
||||||
, U("error calling findPetsByStatus: unsupported response type"));
|
, U("error calling {{operationId}}: unsupported response type"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user