| 123456789101112131415161718 |
- <?php
- /** @package verysimple::Phreeze */
- /**
- * NotFoundExeption is thrown when a persisted object is requsted by primary key
- * but does not exist in the data store
- *
- * @package verysimple::Phreeze
- * @author VerySimple Inc.
- * @copyright 1997-2007 VerySimple, Inc.
- * @license http://www.gnu.org/licenses/lgpl.html LGPL
- * @version 2.0
- */
- class IncludeException extends Exception
- {
- }
- ?>
|