You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \LogicException(\sprintf('Could not determine where to locate the new class "%s", maybe try with a full namespace like "\\My\\Full\\Namespace\\%s"', $classData->getFullClassName(), $classData->getClassName()));
Doing this does not work though, the namespace has to start directly with (for example) App.
The text was updated successfully, but these errors were encountered:
Butterd
added a commit
to Butterd/maker-bundle
that referenced
this issue
Dec 7, 2024
…tterd)
This PR was merged into the 1.x-dev branch.
Discussion
----------
[doc]remove prepended doubleslash in exceptionmessage
Removes the prepended '\\' in the Exceptionmessage when encountering an invalid FCQN
#1615
#SymfonyHackday
Commits
-------
0e8eb58 [doc]remove prepended doubleslash in exceptionmessage #1615
The following exception recommends using the full namespace starting with
\\
:maker-bundle/src/Generator.php
Line 100 in ce60831
Doing this does not work though, the namespace has to start directly with (for example)
App
.The text was updated successfully, but these errors were encountered: