We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53849c6 commit c8baf14Copy full SHA for c8baf14
src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php
@@ -174,7 +174,7 @@ private function loadType($phpType)
174
if (!$this->typeRepository->hasType($phpType)) {
175
$complexTypeResolver = $this->resolve($phpType, 'annotation_complextype');
176
if (!$complexTypeResolver) {
177
- throw new Exception();
+ throw new \Exception();
178
}
179
180
$loaded = $complexTypeResolver->load($phpType);
0 commit comments