diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index 4652429e..30747e04 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -1723,7 +1723,7 @@ class Image $saved = @file_put_contents($path, $this->encode(pathinfo($path, PATHINFO_EXTENSION), $quality)); if ($saved === false) { - throw new Exception\ImageNotWritableException; + throw new Exception\ImageNotWritableException("Can't write image data to path [{$path}]"); } return $this;