Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

InvalidDecoratedMethod.php

Namespace

Drupal\Component\Plugin\Exception

File

core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * Thrown when a decorator's _call() method uses a method that does not exist.
 */
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface {

}

Classes

Title Deprecated Summary
InvalidDecoratedMethod Thrown when a decorator's _call() method uses a method that does not exist.
RSS feed
Powered by Drupal