print mvcErrorController

The base error handler controller, used internally by mvcDistributor to handle and route display of error pages e.g. request / action not valid and other unhandled error conditions.

Please note: this class does not use the mvcController defined in the site, but extends the mvcControllerBase. Therefore any authentication or view assignments will not be used.


Methods

public getException()

Returns $_Exception

public setException($inException)

Set $_Exception to $inException


Inherited Methods

<  1  >