http://phing.info/

Source Code Coverage

Designed for use with PHPUnit2, Xdebug and Phing.

Methods: 0 LOC: 26 Statements: 0
Legend: executednot executeddead code
Source file Statements Methods Total coverage
CollectionException.php - - -
 
1
<?php
2
/**
3
 * Xyster Framework
4
 *
5
 * This source file is subject to the new BSD license that is bundled
6
 * with this package in the file LICENSE.txt.
7
 * It is also available through the world-wide-web at this URL:
8
 * http://www.opensource.org/licenses/bsd-license.php
9
 *
10
 * @category  Xyster
11
 * @package   Xyster_Collection
12
 * @copyright Copyright LibreWorks, LLC (http://libreworks.net)
13
 * @license   http://www.opensource.org/licenses/bsd-license.php New BSD License
14
 */
15
namespace Xyster\Collection;
16
/**
17
 * A collection that cannot be changed
18
 *
19
 * @category  Xyster
20
 * @package   Xyster_Collection
21
 * @copyright Copyright LibreWorks, LLC (http://libreworks.net)
22
 * @license   http://www.opensource.org/licenses/bsd-license.php New BSD License
23
 */
24
class CollectionException extends \Exception implements Exception
25
{
26
}


Report generated at 2010-10-18T17:19:49-04:00