Highway to PSR2
[openemr.git] / portal / patient / fwk / libs / verysimple / IO / IncludeException.php
blobfdd71ce2a2f7fec16f84c1dcbf8064b38f48f269
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 IncludeException extends Exception