From 5a0075ef8da88bc814816e7f532344176dd479f7 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:09:00 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 6fc7f24f..67985f97 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -26,8 +26,8 @@ require_once 'Pman.php'; * Mail[helo] << helo host name * Mail[socket_options] << any socket option. */ -Pman_Core_NotifySend_Exception_Success extends Exception {} -Pman_Core_NotifySend_Exception_Fail extends Exception {} +Pman_Core_NotifySend_Exception_Success extends Exception {}; +Pman_Core_NotifySend_Exception_Fail extends Exception {}; class Pman_Core_NotifySend extends Pman -- 2.39.2