Skip to content

Commit fe1e55b

Browse files
Update ImageResize.php
1 parent cd05fe7 commit fe1e55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ImageResize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function __construct($filename)
9898
}
9999

100100
if (!$this->source_image) {
101-
throw new \Exception('Could not get image');
101+
throw new \Exception('Could not load image');
102102
}
103103

104104
return $this->resize($this->getSourceWidth(), $this->getSourceHeight());

0 commit comments

Comments
 (0)