NanoFramework 1.4.0
A tiny PHP Framework
Error404Exception.php
Go to the documentation of this file.
1<?php
2
4
10class Error404Exception extends \Exception
11{
12}