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

invalidvalue-exception.inc.php

Go to the documentation of this file.
00001 <?php
00007 class InvalidValueException extends Exception
00008 {
00013     public function __construct()
00014     {
00015         parent::__construct('Invalid value');
00016     }
00017 }
00018 ?>

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