1 2 3 4 5 6 7
<?php class Http404 extends Controller { public function index($routed, $remainder) { $this->http404($routed, $remainder); } }