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

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
      • Query
    • Exception
    • FileSystem
    • Session
    • Traversables
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Exceptions

  • AbstractException
  • ControllerException
  • CronException
  • ExtensionException
  • FileSystemException
  • LibraryException
  • ORMException
  • OSException
  • ProfilerException
  • SFTPException
  • TesterException

Class SFTPException

SFTP-related exceptions

Exception
Extended byAlo\Exception\AbstractException
Extended byAlo\Exception\FileSystemException
Extended byAlo\Exception\SFTPException
Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/sftpexception.php

Methods summary

Methods inherited fromAlo\Exception\AbstractException

__construct()

Methods inherited fromException

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

Magic methods summary

Constants summary

integerE_AUTH201
#

Code when the authentication process fails

Code when the authentication process fails

integerE_FILE_NOT_FETCHED202
#

Code when a file cannot be fetched

Code when a file cannot be fetched

integerE_FILE_CREATE_FAIL203
#

Code when file creation fails

Code when file creation fails

integerE_LOCAL_FILE_NOT_READ204
#

Code when a local file cannot be read

Code when a local file cannot be read

integerE_SUBSYSTEM205
#

Code when initialising the SFTP subsystem fails

Code when initialising the SFTP subsystem fails

integerE_CONNECT206
#

Code when connection fails

Code when connection fails

integerE_PW_INVALID207
#

Code when a password is invalid

Code when a password is invalid

integerE_URL_INVALID208
#

Code when the URL is invalid

Code when the URL is invalid

integerE_USER_INVALID209
#

Code when the user is invalid

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

Properties summary

Properties inherited fromException

$code,$file,$line,$message

AloFramework documentation API documentation generated byApiGen 2.8.0