ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables Pages
ProductController.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  throw new \Exception\Error404();
11  }
12 }
13 
__construct($context, $params)