Fixed typo

This commit is contained in:
Francis Besset 2013-12-02 15:39:39 +01:00
parent 53849c68e0
commit c8baf14c75
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class AnnotationClassLoader extends Loader
if (!$this->typeRepository->hasType($phpType)) { if (!$this->typeRepository->hasType($phpType)) {
$complexTypeResolver = $this->resolve($phpType, 'annotation_complextype'); $complexTypeResolver = $this->resolve($phpType, 'annotation_complextype');
if (!$complexTypeResolver) { if (!$complexTypeResolver) {
throw new Exception(); throw new \Exception();
} }
$loaded = $complexTypeResolver->load($phpType); $loaded = $complexTypeResolver->load($phpType);