MDL-55713 behat: fix mistakenly broken php

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-05 01:21:32 +02:00
parent 8497955eb4
commit bd1edc8314

View File

@ -627,3 +627,4 @@ class behat_hooks extends behat_base {
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class behat_stop_exception extends \Exception {
}