<?php
/**
* Exception to be thrown when treating a un-opened file like an opened file.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
namespace P4\Spec\Exception;
class UnopenedException extends \P4\Exception
{
}