<?php
/**
* Exception to be thrown when unable to find a specific record.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
class P4Cms_Record_NotFoundException extends P4Cms_Model_NotFoundException
{
}