Skip to content

Exceptions

Jonathan edited this page Apr 24, 2020 · 3 revisions

ConfigurationException

ERR1001

Firewall context is not configured

You must configure firewall context into security configuration file config/packages/security.yaml

security:
    firewalls:
        main:
            anonymous: lazy

ERR1002

Resource context "{context}" is not configured

You must configure resource context into your bundle configuration file config/packages/acme_foo.yaml

acme_foo:
  contexts:
    main: ~

Clone this wiki locally