From 29bf5d835fa321d7c5830ac587de8f4d7f5ab520 Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Sat, 1 Aug 2015 20:14:17 -0700 Subject: [PATCH] Removed unused exception. --- src/Fetch/Message.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Fetch/Message.php b/src/Fetch/Message.php index 91e03ac..870c784 100755 --- a/src/Fetch/Message.php +++ b/src/Fetch/Message.php @@ -10,7 +10,6 @@ */ namespace Fetch; -use Exception; /** * This library is a wrapper around the Imap library functions included in php. This class represents a single email