for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Core\Controllers;
use Controller;
class ErrorController extends Controller {
public function init() {
/*switch(f3()->get('ERROR.code')) {
case 401:
break;
default :
template('error');
}*/
}