* @copyright 2007 (C) by Wrzasq * @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU Lesser General Public License, Version 3 */ /** * Occurs when code attempts to access property of not loaded object. * * @package POT */ class E_OTS_NotLoaded extends Exception { } /**#@-*/ ?>