E404.php 99 B

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