function FileTransferException::__construct
Archivo
- drupal-7.x/
includes/ filetransfer/ filetransfer.inc, line 366
Class
- FileTransferException
- FileTransferException class.
Código
function __construct($message, $code = 0, $arguments = array()) {
parent::__construct($message, $code);
$this->arguments = $arguments;
}