@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | catch (ParseException $e) |
41 | 41 | { |
42 | - throw new InvalidConfigurationException('Failed to parse the specified configuration file: ' . $e->getMessage()); |
|
42 | + throw new InvalidConfigurationException('Failed to parse the specified configuration file: '.$e->getMessage()); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | // Validate the configuration. We need at least one instance. |
@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | catch (PropelException $e) |
54 | 54 | { |
55 | - throw new RequestFailedException('A database error occured: ' . $e->getMessage()); |
|
55 | + throw new RequestFailedException('A database error occured: '.$e->getMessage()); |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | return false; |
@@ -209,7 +209,7 @@ |
||
209 | 209 | } |
210 | 210 | catch (RequestFailedException $e) |
211 | 211 | { |
212 | - $this->logger->error('The request failed: ' . $e->getMessage()); |
|
212 | + $this->logger->error('The request failed: '.$e->getMessage()); |
|
213 | 213 | } |
214 | 214 | catch (UnhandledMessageException $e) |
215 | 215 | { |