for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use mvc\core\abc\Controller;
class ErrorController extends Controller
{
public function notFound(): string
return $this->render('_404');
}