Display actual exception class for ViewException #237
-
When a ViewException is thrown, naturally the error page says ViewException. Would it be possible to replace that with the actual exception? Of course, we can look in the stack trace to see which exception was really thrown, but this could be more useful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Which exception would you expect here? |
Beta Was this translation helpful? Give feedback.
-
This has been fixed via 1.3.3 of flare-client-php Running Enjoy! |
Beta Was this translation helpful? Give feedback.
This has been fixed via 1.3.3 of flare-client-php
Running
composer update
will pull that version in and you'll see the actual exception class instead of the view error.Enjoy!