11<?php
22
3- namespace Zend \Mvc \ErrorInterceptor \Common \Parse ;
3+ namespace Zend \Mvc \ErrorLogger \Common \Parse ;
44
5- use Zend \Mvc \ErrorInterceptor \Common \Enums \Configuration ;
6- use Zend \Mvc \ErrorInterceptor \Common \ErrorLogging ;
5+ use Zend \Mvc \ErrorLogger \Common \Enums \Configuration ;
6+ use Zend \Mvc \ErrorLogger \Common \ErrorLogging ;
77
8- use Zend \Mvc \ErrorInterceptor \Exceptions \Parse \NoJsonErrorResponseFactoryClassDefinedException ;
9- use Zend \Mvc \ErrorInterceptor \Exceptions \Parse \LoggerClassDefinedAndIgnoredException ;
10- use Zend \Mvc \ErrorInterceptor \Exceptions \Parse \LoggerClassException ;
11- use Zend \Mvc \ErrorInterceptor \Exceptions \Parse \NoExceptionClassDefined ;
12- use Zend \Mvc \ErrorInterceptor \Exceptions \Parse \NoLoggerDefinitionException ;
13- use Zend \Mvc \ErrorInterceptor \Common \LoggerDefinition ;
8+ use Zend \Mvc \ErrorLogger \Exceptions \Parse \NoJsonErrorResponseFactoryClassDefinedException ;
9+ use Zend \Mvc \ErrorLogger \Exceptions \Parse \LoggerClassDefinedAndIgnoredException ;
10+ use Zend \Mvc \ErrorLogger \Exceptions \Parse \LoggerClassException ;
11+ use Zend \Mvc \ErrorLogger \Exceptions \Parse \NoExceptionClassDefined ;
12+ use Zend \Mvc \ErrorLogger \Exceptions \Parse \NoLoggerDefinitionException ;
13+ use Zend \Mvc \ErrorLogger \Common \LoggerDefinition ;
1414
1515class ConfigurationParser
1616{
@@ -19,8 +19,9 @@ class ConfigurationParser
1919 * @return null|ErrorLogging
2020 * @throws LoggerClassDefinedAndIgnoredException
2121 * @throws LoggerClassException
22- * @throws NoLoggerDefinitionException
2322 * @throws NoExceptionClassDefined
23+ * @throws NoJsonErrorResponseFactoryClassDefinedException
24+ * @throws NoLoggerDefinitionException
2425 */
2526 public function parse ($ configuration )
2627 {
0 commit comments