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 FileSystemException

File system-related exceptions

Exception
Extended byAlo\Exception\AbstractException
Extended byAlo\Exception\FileSystemException

Direct known subclasses

Alo\Exception\SFTPException

Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/filesystemexception.php

Methods summary

Methods inherited fromAlo\Exception\AbstractException

__construct()

Methods inherited fromException

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

Magic methods summary

Constants summary

integerE_FOPEN_FAIL101
#

Code when opening the file fails

Code when opening the file fails

integerE_PATH_NOT_SET102
#

Code when the file path is not set

Code when the file path is not set

integerE_FILE_NOT_EXISTS103
#

Code when a file doesn't exist

Code when a file doesn't exist

integerE_NAME_INVALID104
#

Code when the file or directory name is invalid

Code when the file or directory name is invalid

integerE_CONTENT_INVALID105
#

Code when content supplied is invalid

Code when content supplied is invalid

integerE_PATH_INVALID106
#

Code when the path is invalid

Code when the path is invalid

Properties summary

Properties inherited fromException

$code,$file,$line,$message

AloFramework documentation API documentation generated byApiGen 2.8.0