nabbar / SwaggerValidator-PHP

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

Closed corleonis closed 7 years ago

corleonis commented 7 years ago

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.

nabbar commented 7 years ago

Bug identify, will be fix on next release

nabbar commented 7 years ago

Fix in release 1.3.2