Class FileSystemException
File system-related exceptions
- Exception
Alo\Exception\AbstractException
Alo\Exception\FileSystemException
Direct known subclasses
Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/filesystemexception.php
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/filesystemexception.php
Methods summary
Methods inherited fromAlo\Exception\AbstractException
Methods inherited fromException
__toString()
,__wakeup()
,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 |