dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Change HTTP Status Code on Validation ex #1532

Closed SamsamBabadi closed 6 years ago

SamsamBabadi commented 6 years ago

ValidationException has status code for response but does not implement HttpExceptionInterface. Status code by default is 422 but can change it

thilanga commented 6 years ago

@SamsamBabadi Can you update the PR with UnitTests?

SamsamBabadi commented 6 years ago

I will working on UnitTests as soon as possible.