Class AbstractException
Abstract framework exception
- Exception
-
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
Abstract
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/abstractexception.php
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,
Creates the exception |
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()