InvalidCallbackException.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • Phly/
  • PubSub/
  • InvalidCallbackException.php
  • View
  • Commits
  • Open Download .zip Download (492 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}
 */

/**
 * Invalid callback exception
 * 
 * @package Phly_PubSub
 * @version $Id: $
 */
class Phly_PubSub_InvalidCallbackException
    extends Exception
    implements 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/InvalidCallbackException.php
#1 8972 Matt Attaway Initial add of the Chronicle source code