From c4cc45751785f8c90a03fe72da63871b2ef0d264 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:09:15 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 67985f97..1f70926a 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 {}; +class Pman_Core_NotifySend_Exception_Success extends Exception {} +class Pman_Core_NotifySend_Exception_Fail extends Exception {} class Pman_Core_NotifySend extends Pman -- 2.39.2