File size: 1.38Kb
<?php if (!defined('VB_ENTRY')) die('Access denied.');
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.0.5
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2010 vBulletin Solutions Inc. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
/**
* Model Exception
* Exception thrown by model classes such as Item and Collection.
*
* @package vBulletin
* @author vBulletin Development Team
* @version $Revision: 32878 $
* @since $Date: 2009-10-28 11:38:49 -0700 (Wed, 28 Oct 2009) $
* @copyright vBulletin Solutions Inc.
*/
class vB_Exception_Model extends vB_Exception
{
}
/*======================================================================*\
|| ####################################################################
|| # SVN: $Revision: 32878 $
|| ####################################################################
\*======================================================================*/
?>