class NotFoundResourceException in Plug 7
Thrown when a resource does not exist.
@author Fabien Potencier <fabien@symfony.com>
@api
Hierarchy
- class \Symfony\Component\Translation\Exception\NotFoundResourceException extends \Symfony\Component\Translation\Exception\InvalidArgumentException implements ExceptionInterface
Expanded class hierarchy of NotFoundResourceException
8 files declare their use of NotFoundResourceException
- CsvFileLoader.php in lib/
Symfony/ translation/ Loader/ CsvFileLoader.php - FileLoader.php in lib/
Symfony/ translation/ Loader/ FileLoader.php - IcuDatFileLoader.php in lib/
Symfony/ translation/ Loader/ IcuDatFileLoader.php - IcuResFileLoader.php in lib/
Symfony/ translation/ Loader/ IcuResFileLoader.php - LoaderInterface.php in lib/
Symfony/ translation/ Loader/ LoaderInterface.php
File
- lib/
Symfony/ translation/ Exception/ NotFoundResourceException.php, line 21
Namespace
Symfony\Component\Translation\ExceptionView source
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface {
}