Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axMissingFileException.class.php
Go to the documentation of this file.
00001 <?php
00018 class axMissingFileException extends RuntimeException {
00019     
00025     public function __construct ($filename, $code = 0) {
00026         parent::__construct("File $filename not found", $code);
00027     }
00028 }
 All Data Structures Files Functions Variables