Example #1
0
 /**
  * Construct the exception
  *
  * @param string $msg
  * @param Exception $previous
  */
 public function __construct($msg = '', Exception $previous = null)
 {
     parent::__construct($msg, Horde_Kolab_Filter_Exception::OUT_STDOUT | Horde_Kolab_Filter_Exception::EX_USAGE, $previous);
 }
Example #2
0
 /**
  * Construct the exception
  *
  * @param string $msg
  * @param Exception $previous
  */
 public function __construct($msg = '', Exception $previous = null)
 {
     parent::__construct($msg, Horde_Kolab_Filter_Exception::OUT_LOG | Horde_Kolab_Filter_Exception::EX_IOERR, $previous);
 }