Exception.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • Phly/
  • PubSub/
  • Exception.php
  • View
  • Commits
  • Open Download .zip Download (428 B)
<?php
/**
 * Phly - PHp LibrarY
 * 
 * @category  Phly
 * @package   Phly_PubSub
 * @copyright Copyright (C) 2008 - Present, Matthew Weier O'Phinney
 * @author    Matthew Weier O'Phinney <mweierophinney@gmail.com> 
 * @license   New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
 */

/**
 * Marker interface for exceptions
 * 
 * @package Phly_PubSub
 * @version $Id: $
 */
interface Phly_PubSub_Exception 
{
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/Phly/PubSub/Exception.php
#1 8972 Matt Attaway Initial add of the Chronicle source code