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\ExceptionView source
class InvalidPropertyOrMethod extends RuntimeException implements CollectionException {
}