Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

nodbconnection-exception.inc.php

Go to the documentation of this file.
00001 <?php
00008 class NoDbConnectionException extends Exception
00009 {
00013     public function __construct()
00014     {
00015         parent::__construct("No DB object has been associated with Form object");
00016     }
00017 }
00018 ?>

Generated on Fri Oct 27 12:26:39 2006 for BaseJumper by doxygen 1.3.9.1