function FileTransferException::__construct

File

drupal/includes/filetransfer/filetransfer.inc, line 366

Class

FileTransferException
FileTransferException class.

Code

function __construct($message, $code = 0, $arguments = array()) {
  parent::__construct($message, $code);
  $this->arguments = $arguments;
}