NotifySend.php
[Pman.Core] / 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