Merge branch 'patch-2' of https://github.com/ravinikam/swagger-codegen into ravinikam-patch-2

This commit is contained in:
wing328 2017-03-11 20:36:45 +08:00
commit 3dfa423151

View File

@ -344,7 +344,7 @@ pplx::task<{{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}void{{/r
else
{
throw ApiException(500
, U("error calling findPetsByStatus: unsupported response type"));
, U("error calling {{operationId}}: unsupported response type"));
}
return result;