Skip to content

Commit

Permalink
global namespace for Exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Price committed Aug 5, 2016
1 parent a1bd05f commit c30e72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c30e72f

Please sign in to comment.