You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,22 @@ $image
233
233
;
234
234
```
235
235
236
+
Exceptions
237
+
--------
238
+
239
+
ImageResize throws ImageResizeException for it's own for errors. You can catch that or catch the general \Exception which it's extending.
240
+
241
+
It is not to be expected, but should anything go horribly wrong mid way then notice or warning Errors could be shown from the PHP GD and Image Functions (http://php.net/manual/en/ref.image.php)
0 commit comments