1<?php 2 3final class PhabricatorPlatform404Controller 4 extends PhabricatorController { 5 6 public function processRequest() { 7 return new Aphront404Response(); 8 } 9 10} 11 12