summaryrefslogtreecommitdiff
path: root/src/Container/Container.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Container/Container.php')
-rw-r--r--src/Container/Container.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Container/Container.php b/src/Container/Container.php
index 9af5c1e6..59a17a04 100644
--- a/src/Container/Container.php
+++ b/src/Container/Container.php
@@ -38,7 +38,7 @@ class Container implements ContainerInterface
return $this->resolve($id);
}
- throw new NotFoundException(sprintf('The entry with the id "%s" could not be found'));
+ throw new NotFoundException(sprintf('The entry with the id "%s" could not be found', $id));
}
/**