Skip to content

Commit d1953f1

Browse files
ENGCOM-1582: Fix typo in Image::open exception message #15269
- Merge Pull Request #15269 from t-richards/magento2:fix/image-exception-typo - Merged commits: 1. 9d64743
2 parents 44502ff + 9d64743 commit d1953f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function open()
4949
$this->_adapter->checkDependencies();
5050

5151
if (!file_exists($this->_fileName)) {
52-
throw new \Exception("File '{$this->_fileName}' does not exists.");
52+
throw new \Exception("File '{$this->_fileName}' does not exist.");
5353
}
5454

5555
$this->_adapter->open($this->_fileName);

0 commit comments

Comments
 (0)