Class CampaignMailingException
Campaign mailing instant halt exception class that retains data regarding the
current operation.
-
Exception
-
CException
-
CampaignMailingException
Methods summary
public
|
#
__construct( mixed $return, mixed $message = null, mixed $code = 0, mixed $previous = null )
Overrides
Exception::__construct()
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties summary
public
mixed
|
$return
|
|
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|