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 AbstractException

Abstract framework exception

Exception
Extended by Alo\Exception\AbstractException

Direct known subclasses

Alo\Exception\ControllerException, Alo\Exception\CronException, Alo\Exception\ExtensionException, Alo\Exception\FileSystemException, Alo\Exception\OSException, Alo\Exception\ProfilerException, Alo\Exception\TesterException

Indirect known subclasses

Alo\Exception\FileException, Alo\Exception\SFTPException

Abstract
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/abstractexception.php

Methods summary

public
# __construct( string $message = '', integer $code = 0, Exception $previous = null )

Creates the exception

Creates the exception

Parameters

$message
string
$message Exception message
$code
integer
$code Exception code
$previous
Exception
$previous Previous exception, if chaining

Author

Art <a.molcanovas@gmail.com>

Overrides

Exception::__construct

Methods inherited from Exception

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

Magic methods summary

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

AloFramework documentation API documentation generated by ApiGen 2.8.0