‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException Class Reference
Inheritance diagram for TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException:

Detailed Description

Exception thrown if ArrayUtility::getValueByPath() and ArrayUtility::removeByPath() don't find the target path in given array.

Note this extends from \RuntimeException to be backwards compatible with the formerly thrown \RuntimeException in the method.

Definition at line 27 of file MissingArrayPathException.php.