コード例 #1
0
ファイル: Usage.php プロジェクト: jubinpatel/horde
 /**
  * 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);
 }
コード例 #2
0
ファイル: IoError.php プロジェクト: jubinpatel/horde
 /**
  * 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);
 }