@@ -140,7 +140,7 @@ |
||
140 | 140 | $this->phpoole->setSourceDir($this->getPath()); |
141 | 141 | $this->phpoole->setDestinationDir($this->getPath()); |
142 | 142 | } catch (ParseException $e) { |
143 | - throw new \Exception(sprintf('Config file parse error: %s', $e->getMessage())); |
|
143 | + throw new \Exception(sprintf('Config file parse error: %s', $e->getMessage())); |
|
144 | 144 | } catch (\Exception $e) { |
145 | 145 | throw new \Exception(sprintf($e->getMessage())); |
146 | 146 | } |