Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
34 | class StrngIndexOutOfBoundsException extends \Exception |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Constructs a new <code>StrngIndexOutOfBoundsException</code> |
||
39 | * class with an argument indicating the illegal index. |
||
40 | * |
||
41 | * @param integer $index The illegal index |
||
42 | * |
||
43 | * @return void |
||
44 | * @throws StrngIndexOutOfBoundsException |
||
45 | */ |
||
46 | public static function forIndex($index) |
||
51 |