class InvalidPropertyException in Purge 8.3
Invalid property.
Thrown by \Drupal\purge\Plugin\Purge\Queue\ProxyItemInterface::__get() when a property is called that doesn't exists, e.g.: $proxyitem->invalidprop.
Hierarchy
- class \Drupal\purge\Plugin\Purge\Queue\Exception\InvalidPropertyException extends \Drupal\purge\Plugin\Purge\Queue\Exception\Exception
Expanded class hierarchy of InvalidPropertyException
2 files declare their use of InvalidPropertyException
- ProxyItem.php in src/
Plugin/ Purge/ Queue/ ProxyItem.php - ProxyItemTest.php in tests/
src/ Kernel/ Queue/ ProxyItemTest.php
File
- src/
Plugin/ Purge/ Queue/ Exception/ InvalidPropertyException.php, line 11
Namespace
Drupal\purge\Plugin\Purge\Queue\ExceptionView source
class InvalidPropertyException extends \Exception {
}