From: Adam Magness Date: Fri, 1 Dec 2017 23:47:52 +0000 (-0500) Subject: Use Exception X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=508ce4a5bec6862294474628bb18498e65af8e1e;p=friendica.git Use Exception use exception --- diff --git a/src/Object/Photo.php b/src/Object/Photo.php index 372f7312a1..a8bb3b4ada 100644 --- a/src/Object/Photo.php +++ b/src/Object/Photo.php @@ -11,6 +11,7 @@ use Friendica\Core\Config; use Friendica\Core\System; use Friendica\Database\DBM; use dba; +use Exception; use Imagick; use ImagickPixel;