PHP Class RTMediaUploadException, rtMedia

Author: joshua
Inheritance: extends Exception
Show file Open project: rtCamp/rtMedia

Public Properties

Property Type Description
$upload_err_invalid_context type Exception for Invalid context while uploading any media

Public Methods

Method Description
__construct ( type $code, type $msg = false ) Constructs the class.

Private Methods

Method Description
codeToMessage ( type $code, type $msg ) : type Error specific Message generated for the exception depending upon the code passed.

Method Details

__construct() public method

Constructs the class.
public __construct ( type $code, type $msg = false )
$code type
$msg type

Property Details

$upload_err_invalid_context public property

Exception for Invalid context while uploading any media
public type $upload_err_invalid_context
return type