@@ -104,8 +104,8 @@ |
||
104 | 104 | $this->getSubject()->getSystemLogger()->warning($e->getMessage()); |
105 | 105 | $this->skipRow(); |
106 | 106 | } elseif ($this->getSubject()->isStrictMode()) { |
107 | - // throw the exception agatin in strict mode |
|
108 | - throw $e; |
|
107 | + // throw the exception agatin in strict mode |
|
108 | + throw $e; |
|
109 | 109 | } |
110 | 110 | } |
111 | 111 | } |