function FileTransferException::__construct
File
-
includes/
filetransfer/ filetransfer.inc, line 368
Class
- FileTransferException
- FileTransferException class.
Code
function __construct($message, $code = 0, $arguments = array()) {
parent::__construct($message, (int) $code);
$this->arguments = $arguments;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.