<?php class Http404 extends Controller { public function index($routed, $remainder) { $this->http404($routed, $remainder); } }