File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_fallback
— This is the function that will be called in the even that Routes was unable to find a exact controller response.
void — No return information has been documented for this function.
<?php
//Call the function _fallback with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _fallback();