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

invalidattributevalue-exception.inc.php

Go to the documentation of this file.
00001 <?php
00007 class InvalidAttributeValueException extends Exception
00008 {
00015     public function __construct($value, $expected)
00016     {
00017         parent::__construct("Invalid attribute value: '$value' (Expected: '$expected')");
00018     }
00019 }
00020 ?>

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