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

Breadcrumb

  1. Drupal Core 11.1.x
  2. InvalidPropertyOrMethod.php

class InvalidPropertyOrMethod

Thrown when attempting to evaluate a property, method, or array key that doesn't exist on an element or cannot otherwise be evaluated in the current context.

Hierarchy

  • class \Ramsey\Collection\Exception\InvalidPropertyOrMethod extends \RuntimeException implements \Ramsey\Collection\Exception\CollectionException

Expanded class hierarchy of InvalidPropertyOrMethod

3 files declare their use of InvalidPropertyOrMethod
AbstractCollection.php in vendor/ramsey/collection/src/AbstractCollection.php
CollectionInterface.php in vendor/ramsey/collection/src/CollectionInterface.php
ValueExtractorTrait.php in vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php

File

vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php, line 24

Namespace

Ramsey\Collection\Exception
View source
class InvalidPropertyOrMethod extends RuntimeException implements CollectionException {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal