Exception.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • P4/
  • Exception.php
  • View
  • Commits
  • Open Download .zip Download (503 B)
<?php
if (!class_exists('P4_Exception', false)) {

/**
 * Exception to be thrown when an error occurs in the P4 package.
 *
 * If using the p4php extension, this class is already defined. To avoid 
 * redefinition errors, we only define the class if it doesn't already exist.
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class P4_Exception extends Exception
{
}

}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/P4/Exception.php
#1 8972 Matt Attaway Initial add of the Chronicle source code