php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 530 forks source link

feature - more information in RuntimeException #714

Closed raneomik closed 5 years ago

raneomik commented 5 years ago

porposal of error_get_last usage for having more verbose error messages in RuntimeException

see >this issue#1167< encountered while using LiipImagineBundle in a SF4 app

mlocati commented 5 years ago

IMHO this is a bit a hack: we should build a better error message when throwing the exception, not in its constructor

mlocati commented 5 years ago

Closing because of missing feedback