class NotFoundResourceException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Exception/NotFoundResourceException.php \Symfony\Component\Translation\Exception\NotFoundResourceException
Thrown when a resource does not exist.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Translation\Exception\NotFoundResourceException extends \Symfony\Component\Translation\Exception\InvalidArgumentException implements ExceptionInterface
Expanded class hierarchy of NotFoundResourceException
13 files declare their use of NotFoundResourceException
- CsvFileLoader.php in vendor/
symfony/ translation/ Loader/ CsvFileLoader.php - IcuDatFileLoader.php in vendor/
symfony/ translation/ Loader/ IcuDatFileLoader.php - IcuResFileLoader.php in vendor/
symfony/ translation/ Loader/ IcuResFileLoader.php - IniFileLoader.php in vendor/
symfony/ translation/ Loader/ IniFileLoader.php - JsonFileLoader.php in vendor/
symfony/ translation/ Loader/ JsonFileLoader.php
File
- vendor/
symfony/ translation/ Exception/ NotFoundResourceException.php, line 19
Namespace
Symfony\Component\Translation\ExceptionView source
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface {
}