Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axClassNotFoundException.class.php
Go to the documentation of this file.
00001 <?php
00017 class axClassNotFoundException extends Exception {
00018                 
00023                 public function __construct ($class) {
00024                                 parent::__construct("Class {$class} not found");
00025                 }
00026 }
00027 
 All Data Structures Files Functions Variables