Highway to PSR2
[openemr.git] / portal / patient / fwk / libs / verysimple / Phreeze / NotFoundException.php
blob06575ca10d9fb747ac5954fbfe93911606fae505
1 <?php
2 /** @package verysimple::Phreeze */
4 /**
5 * NotFoundExeption is thrown when a persisted object is requsted by primary key
6 * but does not exist in the data store
8 * @package verysimple::Phreeze
9 * @author VerySimple Inc.
10 * @copyright 1997-2007 VerySimple, Inc.
11 * @license http://www.gnu.org/licenses/lgpl.html LGPL
12 * @version 2.0
14 class NotFoundException extends Exception