Skip to content

Commit 3af6f16

Browse files
committed
Merge pull request symfony#586 from helmer/patch-3
fixed error message
2 parents 821d39a + c31ead5 commit 3af6f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/symfony1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ namespace in the ``vendor/bundle`` directory:
146146
));
147147
148148
If the file did *not* live at this exact location, you'd receive a
149-
``Class "Acme\DemoBundle\Controller\DemoController" does not exist.``
149+
``Class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" does not exist.``
150150
error. In Symfony2, a "class does not exist" means that the suspect class
151151
namespace and physical location do not match. Basically, Symfony2 is looking
152152
in one exact location for that class, but that location doesn't exist (or

0 commit comments

Comments
 (0)