summaryrefslogtreecommitdiff
path: root/src/controllers/Http404.class.php
blob: 322feaac27992641ee679fd420c3cd38701e0645 (plain)
1
2
3
4
5
6
7
<?php

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