E404.php 111 B

123456
  1. <?php
  2. class E404 extends Controller{
  3. public function Index() {
  4. return new View("E404/index.view");
  5. }
  6. }