Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Zend_File_Transfer_Exception Class Reference
Inheritance diagram for Zend_File_Transfer_Exception:
Zend_Exception

Public Member Functions

 __construct ($message, $fileerror=0)
 
 getFileError ()
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg='', $code=0, Exception $previous=null)
 
 __call ($method, array $args)
 
 __toString ()
 

Protected Attributes

 $_fileerror = null
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 

Detailed Description

Definition at line 35 of file Exception.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $message,
  $fileerror = 0 
)

Definition at line 39 of file Exception.php.

40  {
41  $this->_fileerror = $fileerror;
42  parent::__construct($message);
43  }
$message

Member Function Documentation

◆ getFileError()

getFileError ( )

Returns the transfer error code for the exception This is not the exception code !!!

Returns
integer

Definition at line 51 of file Exception.php.

52  {
53  return $this->_fileerror;
54  }

Field Documentation

◆ $_fileerror

$_fileerror = null
protected

Definition at line 37 of file Exception.php.


The documentation for this class was generated from the following file: