[8.x] Include validation errors in ValidationException::$message by inxilpro · Pull Request #35496 · laravel/framework

The default exception message for validation exceptions is "The given data was invalid." which is not particularly descriptive. There are lots of times when I'm running tests with exception handlin...