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

index 6fc7f24..67985f9 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 {}
+Pman_Core_NotifySend_Exception_Success extends Exception {};
+Pman_Core_NotifySend_Exception_Fail extends Exception {};
 
 
 class Pman_Core_NotifySend extends Pman