modX::sendErrorPage
Send the user to a MODx virtual error page.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#sendErrorPage
void sendErrorPage ([array $options = null])
Example
Send the user to the default Error page for the site.
$modx->sendErrorPage();