NotifySend.php
authoredward <edward@roojs.com>
Thu, 10 Nov 2016 09:09:15 +0000 (17:09 +0800)
committeredward <edward@roojs.com>
Thu, 10 Nov 2016 09:09:15 +0000 (17:09 +0800)
NotifySend.php

index 67985f9..1f70926 100644 (file)
@@ -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