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
"Attempted to load class \"WhizBangFactory\" from the global namespace.\nDid you forget a \"use\" statement?",
87
+
],
84
88
[
85
89
'Class \'WhizBangFactory\' not found',
86
90
"Attempted to load class \"WhizBangFactory\" from the global namespace.\nDid you forget a \"use\" statement?",
87
91
],
92
+
[
93
+
'Class "Foo\\Bar\\WhizBangFactory" not found',
94
+
"Attempted to load class \"WhizBangFactory\" from namespace \"Foo\\Bar\".\nDid you forget a \"use\" statement for another namespace?",
95
+
],
88
96
[
89
97
'Class \'Foo\\Bar\\WhizBangFactory\' not found',
90
98
"Attempted to load class \"WhizBangFactory\" from namespace \"Foo\\Bar\".\nDid you forget a \"use\" statement for another namespace?",
91
99
],
100
+
[
101
+
'Interface "Foo\\Bar\\WhizBangInterface" not found',
102
+
"Attempted to load interface \"WhizBangInterface\" from namespace \"Foo\\Bar\".\nDid you forget a \"use\" statement for another namespace?",
103
+
],
104
+
[
105
+
'Trait "Foo\\Bar\\WhizBangTrait" not found',
106
+
"Attempted to load trait \"WhizBangTrait\" from namespace \"Foo\\Bar\".\nDid you forget a \"use\" statement for another namespace?",
107
+
],
92
108
[
93
109
'Class \'UndefinedFunctionError\' not found',
94
110
"Attempted to load class \"UndefinedFunctionError\" from the global namespace.\nDid you forget a \"use\" statement for \"Symfony\Component\ErrorHandler\Error\UndefinedFunctionError\"?",
0 commit comments