modX.sendErrorPage
Last updated Dec 21st, 2019 | Page history | Improve this page | Report an issue
modX::sendErrorPage¶
Send the user to a MODX virtual error page.
Syntax¶
API Doc: modX::sendErrorPage()
void sendErrorPage ([array $options = null])
Example¶
Send the user to the default Error page for the site.
$modx->sendErrorPage();