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