X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2FException%2FInvalidDecoratedMethod.php;h=1543a6b04d024e9c1d3af73c4753fb5042ccbd57;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=bf2b335fd3cb2fcbd08b06d5e6748e36f8c70e9f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php b/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php index bf2b335fd..1543a6b04 100644 --- a/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php +++ b/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php @@ -2,10 +2,10 @@ namespace Drupal\Component\Plugin\Exception; -use \BadMethodCallException; +use BadMethodCallException; /** * Exception thrown when a decorator's _call() method is triggered, but the * decorated object does not contain the requested method. */ -class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface { } +class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface {}