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

Namespaces

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

Exceptions

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

Class AbstractException

Abstract framework exception

Exception
Extended byAlo\Exception\AbstractException

Direct known subclasses

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

Indirect known subclasses

Alo\Exception\SFTPException

Abstract
Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/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 fromException

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

Magic methods summary

Properties summary

Properties inherited fromException

$code,$file,$line,$message

AloFramework documentation API documentation generated byApiGen 2.8.0