ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables
Error404.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Controller;
4 
6 {
7  public function __construct($context, $params)
8  {
9  parent::__construct($context, $params);
10  }
11 
12  public function start()
13  {
14  //TODO throw hook Error404
15  }
16 }
17 
__construct($context, $params)
Definition: Error404.php:7