|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class to report exception. More...
Inheritance diagram for ilFileUtilsException:
Collaboration diagram for ilFileUtilsException:Public Member Functions | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0, Throwable $previous=null) | |
| A message isn't optional as in build in class Exception. More... | |
Static Public Attributes | |
| static | $BROKEN_FILE = 0 |
| static | $INFECTED_FILE = 1 |
| static | $DOUBLETTES_FOUND = 2 |
Class to report exception.
Definition at line 11 of file class.ilFileUtilsException.php.
| ilFileUtilsException::__construct | ( | $a_message, | |
$a_code = 0 |
|||
| ) |
A message isn't optional as in build in class Exception.
@access public
Definition at line 22 of file class.ilFileUtilsException.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
static |
Definition at line 13 of file class.ilFileUtilsException.php.
Referenced by ilFileUtils\createObjects(), ilFileUtils\processZipFile(), ilFileUtils\recursive_dirscan(), and ilCloudPluginUploadGUI\uploadDirectory().
|
static |
Definition at line 15 of file class.ilFileUtilsException.php.
Referenced by ilFileUtils\processZipFile().
|
static |
Definition at line 14 of file class.ilFileUtilsException.php.
Referenced by ilFileUtils\processZipFile().