@@ -41,7 +41,7 @@ |
||
41 | 41 | try { |
42 | 42 | $this->instances[$id] = call_user_func($this->container_stack[$id], $this); |
43 | 43 | } catch (Exception $e) { |
44 | - throw new ContainerException($e->getMessage() . " - Tried to call {$id}"); |
|
44 | + throw new ContainerException($e->getMessage()." - Tried to call {$id}"); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | $this->call_stack = []; |