summaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index 6d17011..f3b6ceb 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -28,7 +28,7 @@ abstract class Item implements ItemInterface {
# Checking if retrieving data failed
#===============================================================================
if(!$this->Attribute = $Statement->fetchObject($attribute)) {
- throw new $exception(sprintf('%s\\Item with ID %s does not exists', $this->Reflection->getNamespaceName(), (int) $itemID));
+ throw new $exception(sprintf('%s\\Item with ID %s does not exist', $this->Reflection->getNamespaceName(), (int) $itemID));
}
}