- <?php
- /**
- * Exception to be thrown when an error occurs in the P4\Spec package.
- *
- * @copyright 2011 Perforce Software. All rights reserved.
- * @license Please see LICENSE.txt in top-level folder of this distribution.
- * @version <release>/<patch>
- * @todo Remove this generic exception and use more specific one instead.
- */
- namespace P4\Spec\Exception;
- use P4;
- class Exception extends P4\Exception
- {
- }