What's your piece of advice on exception naming these days ? Standard (Java-style, old?) convention would be to keep them at the root of your namespace with an Exception suffix: Example\Project\ConfigurationException Symfony splits them by purpose/c...