Skip to content

Commit c8baf14

Browse files
committed
Fixed typo
1 parent 53849c6 commit c8baf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private function loadType($phpType)
174174
if (!$this->typeRepository->hasType($phpType)) {
175175
$complexTypeResolver = $this->resolve($phpType, 'annotation_complextype');
176176
if (!$complexTypeResolver) {
177-
throw new Exception();
177+
throw new \Exception();
178178
}
179179

180180
$loaded = $complexTypeResolver->load($phpType);

0 commit comments

Comments
 (0)