UploaderException
extends Exception
in package
UploaderExceptions thrown by uploader
Tags
Table of Contents
Methods
- __construct() : mixed
- Ensures every such exception has a message
Methods
__construct()
Ensures every such exception has a message
public
__construct(int $code[, Exception $prevEx = null ]) : mixed
Parameters
- $code : int
-
One of the UploaderController class constants
- $prevEx : Exception = null
-
(optional) Previous exception (if any)