Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw E_USER_NOTICE instead of E_USER_ERROR
When an image can not be loaded, a E_USER_ERROR is thrown. But Symphony's 404 errors, for example, trigger E_USER_NOTICE exceptions. So the latter should be enough here as well. This will allow to run big systems with suppressed notices, thus preventing the log file from being polluted with image errors (mainly caused by robots anyway). Fixes symphonycms#166
- Loading branch information