<?php /** * Exception to be thrown when an error occurs in the P4\File 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\File\Exception; use P4; class Exception extends P4\Exception { }