<?php
/**
* Exception to be thrown requested spec entry can't be found.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
class P4_Spec_NotFoundException extends P4_Exception
{
}