There was an error while loading. Please reload this page.
2 parents 821d39a + c31ead5 commit 3af6f16Copy full SHA for 3af6f16
cookbook/symfony1.rst
@@ -146,7 +146,7 @@ namespace in the ``vendor/bundle`` directory:
146
));
147
148
If the file did *not* live at this exact location, you'd receive a
149
-``Class "Acme\DemoBundle\Controller\DemoController" does not exist.``
+``Class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" does not exist.``
150
error. In Symfony2, a "class does not exist" means that the suspect class
151
namespace and physical location do not match. Basically, Symfony2 is looking
152
in one exact location for that class, but that location doesn't exist (or
0 commit comments