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

Namespaces

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

Exceptions

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

Class FileSystemException

File system-related exceptions

Exception
Extended by Alo\Exception\AbstractException
Extended by Alo\Exception\FileSystemException

Direct known subclasses

Alo\Exception\FileException

Indirect known subclasses

Alo\Exception\SFTPException

Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/filesystemexception.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_FOPEN_FAIL 101
#

Code when opening the file fails

Code when opening the file fails

integer E_PATH_NOT_SET 102
#

Code when the file path is not set

Code when the file path is not set

integer E_FILE_NOT_EXISTS 103
#

Code when a file doesn't exist

Code when a file doesn't exist

integer E_NAME_INVALID 104
#

Code when the file or directory name is invalid

Code when the file or directory name is invalid

integer E_CONTENT_INVALID 105
#

Code when content supplied is invalid

Code when content supplied is invalid

integer E_PATH_INVALID 106
#

Code when the path is invalid

Code when the path is invalid

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

AloFramework documentation API documentation generated by ApiGen 2.8.0