@@ -4,6 +4,9 @@ |
||
4 | 4 | |
5 | 5 | abstract class ExpectationFailed extends \Exception |
6 | 6 | { |
7 | + /** |
|
8 | + * @return string |
|
9 | + */ |
|
7 | 10 | abstract function getContextText(); |
8 | 11 | |
9 | 12 | /** |