Class flExceptionErrorController
flExceptionErrorController Class
Abstract base class from which to derive a custom error controller, the error controller must be named errorController in order for it to be used in reporting of errors.
- flController
- flExceptionErrorController
Direct known subclasses
Package: fusionLib
Copyright: Copyright (c) 2011 - 2013 fusionLib. All rights reserved.
Used by:
Located at system/libs/Exception/flExceptionErrorController.php
Copyright: Copyright (c) 2011 - 2013 fusionLib. All rights reserved.
Used by:
flExceptionReporter
If an errorController is derived from it to
handle the errors in a custom way.Located at system/libs/Exception/flExceptionErrorController.php
Methods summary
public
|
#
__construct(
Construct the error controller. |
public
|
|
public static
string
|
|
public
string
|
|
public
string
|
|
public
|
Methods inherited from flController
dispatch()
,
getActionClass()
,
getRequest()
,
getResponse()
,
getRouter()
,
setResponse()