Example #1
0
 protected function error_404($view = '404.php', $values = array())
 {
     \Walleye\Console::alert('How did you get here?');
     parent::error_404();
 }