All Unit tests | ||||
![]() | ||||
|
||||
![]() |
Coverage | ||||||||||||
Classes | Functions / Methods | Lines | ||||||||||
Total |
|
100.00% | 1 / 1 |
|
|
100.00% | 1 / 1 | |||||
Midi\ParseException |
|
100.00% | 1 / 1 |
|
|
100.00% | 1 / 1 |
1 : <?php 2 : 3 : /** 4 : * \Midi\Parsing\ParseException 5 : * 6 : * @package Midi 7 : * @subpackage Parsing 8 : * @copyright © 2009 Tommy Montgomery <http://phpmidiparser.com/> 9 : * @since 1.0 10 : */ 11 : 12 : namespace Midi\Parsing; 13 : 14 : use \Midi\MidiException; 15 : 16 : /** 17 : * Exception for when a parser encounters an error 18 : * 19 : * @package Midi 20 : * @subpackage Parsing 21 : * @since 1.0 22 : */ 23 1 : class ParseException extends MidiException {} 24 : |
![]() |
Generated by PHPUnit 3.4.1 and Xdebug 2.0.5 using PHP 5.3.0 at Sun Oct 25 23:35:09 PDT 2009. |