AloFramework documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alo
    • Cache
    • Controller
    • Db
    • Exception
    • Session
    • Statics
    • Test
    • Validators
  • Controller
  • None
  • PHP

Exceptions

  • AbstractException
  • ControllerException
  • CronException
  • ExtensionException
  • FileException
  • ProfilerException
  • SFTPException
  • TesterException

Class SFTPException

SFTP-related exceptions

Exception
Extended by Alo\Exception\AbstractException
Extended by Alo\Exception\FileException
Extended by Alo\Exception\SFTPException
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/sftpexception.php

Methods summary

Methods inherited from Alo\Exception\AbstractException

__construct()

Methods inherited from Exception

__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Magic methods summary

Constants summary

integer E_AUTH 201
#

Code when the authentication process fails

Code when the authentication process fails

integer E_FILE_NOT_FETCHED 202
#

Code when a file cannot be fetched

Code when a file cannot be fetched

integer E_FILE_CREATE_FAIL 203
#

Code when file creation fails

Code when file creation fails

integer E_LOCAL_FILE_NOT_READ 204
#

Code when a local file cannot be read

Code when a local file cannot be read

integer E_SUBSYSTEM 205
#

Code when initialising the SFTP subsystem fails

Code when initialising the SFTP subsystem fails

integer E_CONNECT 206
#

Code when connection fails

Code when connection fails

integer E_PW_INVALID 207
#

Code when a password is invalid

Code when a password is invalid

integer E_URL_INVALID 208
#

Code when the URL is invalid

Code when the URL is invalid

integer E_USER_INVALID 209
#

Code when the user is invalid

Code when the user is invalid

Constants inherited from Alo\Exception\FileException

E_CONTENT_INVALID, E_FILE_NOT_EXISTS, E_FOPEN_FAIL, E_NAME_INVALID, E_PATH_INVALID, E_PATH_NOT_SET

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

AloFramework documentation API documentation generated by ApiGen 2.8.0