diff --git a/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php b/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php index 448910f..3986dda 100644 --- a/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php +++ b/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php @@ -10,6 +10,6 @@ /** * Exception for when a method has not yet been updated for Drupal 8. */ -class NotUpdatedException extends Exception +class NotUpdatedException extends \Exception { }//end class