| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Chekote\BehatRetryExtension\Definition\Exception; |
||
| 10 | final class StrictKeywordException extends RuntimeException implements SearchException |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Initializes strict keyword exception. |
||
| 14 | * |
||
| 15 | * @param string $keyword the keyword that was used to invoke the step. |
||
| 16 | * @param Definition $definition the definition that matched the step. |
||
| 17 | */ |
||
| 18 | public function __construct($keyword, Definition $definition) |
||
| 30 |