PHP Class FileUploadPluginUploadErrorException, addons

Inheritance: extends Exception
Mostrar archivo Open project: vanilla/addons

Protected Properties

Property Type Description
$ApcKey null
$Filename Exception

Public Methods

Method Description
__construct ( string $Message, integer $Code, Exception $Filename, null $ApcKey = null ) FileUploadPluginUploadErrorException constructor.
getApcKey ( ) : null
getFilename ( ) : Exception

Method Details

__construct() public method

FileUploadPluginUploadErrorException constructor.
public __construct ( string $Message, integer $Code, Exception $Filename, null $ApcKey = null )
$Message string
$Code integer
$Filename Exception
$ApcKey null

getApcKey() public method

public getApcKey ( ) : null
return null

getFilename() public method

public getFilename ( ) : Exception
return Exception

Property Details

$ApcKey protected_oe property

protected null $ApcKey
return null

$Filename protected_oe property

protected Exception $Filename
return Exception