diff --git a/TokenReflection/Broker/Backend/Memory.php b/TokenReflection/Broker/Backend/Memory.php index 464456ed..9af7ce8d 100644 --- a/TokenReflection/Broker/Backend/Memory.php +++ b/TokenReflection/Broker/Backend/Memory.php @@ -475,7 +475,7 @@ public function addFile(TokenReflection\Stream\StreamBase $tokenStream, TokenRef } $this->namespaces[$namespaceName]->addFileNamespace($fileNamespace); - } catch (Exception\FileProcessingException $e) { + } catch (\Exception\FileProcessingException $e) { $errors = array_merge($errors, $e->getReasons()); } catch (\Exception $e) { echo $e->getTraceAsString();