A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response.
Apache License 2.0
21
stars
3
forks
source link
Call of not implemented method in FactorySwagger #18
I was playing around with the library and found the following bug: https://github.com/njuhel/SwaggerValidator-PHP/blob/master/src/Common/FactorySwagger.php#L227
problem is there is no
init()
method on the base Exception class and that is throwing exception, I presume it just missed code after refactoring.