From c30e72f344e6ba78fd6c22417ea6230290c57205 Mon Sep 17 00:00:00 2001 From: Ryan Price Date: Fri, 5 Aug 2016 12:25:50 -0700 Subject: [PATCH] global namespace for Exception class --- src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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