Class SFTPException
SFTP-related exceptions
- Exception
Alo\Exception\AbstractException
Alo\Exception\FileSystemException
Alo\Exception\SFTPException
Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/sftpexception.php
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/sftpexception.php
Methods summary
Methods inherited fromAlo\Exception\AbstractException
Methods inherited fromException
__toString()
,getCode()
,getFile()
,getLine()
,getMessage()
,getPrevious()
,getTrace()
,getTraceAsString()
Magic methods summary
Constants summary
integer | E_AUTH | 201 | # Code when the authentication process fails |
integer | E_FILE_NOT_FETCHED | 202 | # Code when a file cannot be fetched |
integer | E_FILE_CREATE_FAIL | 203 | # Code when file creation fails |
integer | E_LOCAL_FILE_NOT_READ | 204 | # Code when a local file cannot be read |
integer | E_SUBSYSTEM | 205 | # Code when initialising the SFTP subsystem fails |
integer | E_CONNECT | 206 | # Code when connection fails |
integer | E_PW_INVALID | 207 | # Code when a password is invalid |
integer | E_URL_INVALID | 208 | # Code when the URL is invalid |
integer | E_USER_INVALID | 209 | # Code when the user is invalid |
Constants inherited fromAlo\Exception\FileSystemException
E_CONTENT_INVALID
,E_FILE_NOT_EXISTS
,E_FOPEN_FAIL
,E_NAME_INVALID
,E_PATH_INVALID
,E_PATH_NOT_SET