TwistPHP Documentation

_404

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_404Halts all scripts and outputs a 404 page to the screen.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function _404 with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _404();