_fileerror = $fileerror; parent::__construct($message); } /** * Returns the transfer error code for the exception * This is not the exception code !!! * * @return integer */ public function getFileError() { return $this->_fileerror; } }