Esempio n. 1
0
 /**
  * HttpApp constructor.
  *
  * @param string $appRoot
  */
 protected function __construct(string $appRoot)
 {
     parent::__construct($appRoot);
     ErrorHandler::register();
     ob_start();
 }