Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw E_USER_NOTICE instead of E_USER_ERROR #169

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Commits on Feb 28, 2019

  1. 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
    michael-e committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2911aef View commit details
    Browse the repository at this point in the history