You are here

class NotFoundResourceException in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

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

... See full list

File

vendor/symfony/translation/Exception/NotFoundResourceException.php, line 19

Namespace

Symfony\Component\Translation\Exception
View source
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface {

}

Members