From: edward Date: Thu, 10 Nov 2016 09:09:00 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5a0075ef8da88bc814816e7f532344176dd479f7 NotifySend.php --- 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