Make debugging of EDS exceptions easier (#985)
- Use error description as the basic exception message so that it is displayed in the exception view in development mode (i.e. $exception->getMessage() returns something instead of an empty string).
Please register or sign in to comment