Class FileException
File-related exceptions
- Exception
-
Alo\Exception\AbstractException
-
Alo\Exception\FileException
Direct known subclasses
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/fileexception.php
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/fileexception.php
Methods summary
Methods inherited from Alo\Exception\AbstractException
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Magic methods summary
Constants summary
integer |
E_FOPEN_FAIL
|
101 |
#
Code when opening the file fails |
integer |
E_PATH_NOT_SET
|
102 |
#
Code when the file path is not set |
integer |
E_FILE_NOT_EXISTS
|
103 |
#
Code when a file doesn't exist |
integer |
E_NAME_INVALID
|
104 |
#
Code when the file or directory name is invalid |
integer |
E_CONTENT_INVALID
|
105 |
#
Code when content supplied is invalid |
integer |
E_PATH_INVALID
|
106 |
#
Code when the path is invalid |