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 Exception;
4 
9 class Error404 extends \Exception
10 {
11 }
12